The Account object
An Account represents an account with an insurance carrier and includes high-level account information (e.g. name) and any Policy objects associated with the Account.
All fields are nullable and required unless otherwise specified. See API overview for more details.
Fields
Unique identifier for the Account object.
Insurance carrier that is the source for the Account data.
First name of insurance account owner.
Last name of insurance account owner.
Primary phone number of insurance account owner.
Primary email address of insurance account owner.
List of unique identifiers of Policy objects associated with the Account
ISO 8601 timestamp at which the Account object was generated via Axle.
ISO 8601 timestamp at which the Account object was modified via Axle. The Account object is modified only when there are differences between the current Account and new Account data requested from the carrier.
ISO 8601 timestamp at which the Account object was refreshed via Axle. The Account object is refreshed only when Axle successfully requests new Account data from the insurance carrier.
If the refreshedAt
date does not update daily, we’re working on re-establishing the connection with the
insurance carrier to retrieve updated account data. Please keep an eye on the refreshedAt
field to
confirm it’s active and up-to-date.