{
  "id": "acc_gM2wn_gaqUv76ZljeVXOv",
  "carrier": "state-farm",
  "firstName": "John",
  "lastName": "Smith",
  "email": "john.smith@grr.la",
  "policies": ["pol_CbxGmGWnp9bGAFCC-eod2"],
  "connection": {
    "status": "active",
    "updatedAt": "2022-01-01T00:00:00.000Z"
  },
  "createdAt": "2022-01-01T00:00:00.000Z",
  "modifiedAt": "2022-01-01T00:00:00.000Z",
  "refreshedAt": "2022-01-01T00:00:00.000Z"
}
All fields are nullable and required unless otherwise specified. See API overview for more details.

Fields


id
string
Unique identifier for the Account object.
carrier
string
Insurance carrier that is the source for the Account data.
firstName
string
First name of insurance account owner.
lastName
string
Last name of insurance account owner.
phone
string
Primary phone number of insurance account owner.
email
string
Primary email address of insurance account owner.
policies
array[string]
List of unique identifiers of Policy objects associated with the Account
connection
Connection
createdAt
string
ISO 8601 timestamp at which the Account object was generated via Axle.
modifiedAt
string
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.
refreshedAt
string
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.
{
  "id": "acc_gM2wn_gaqUv76ZljeVXOv",
  "carrier": "state-farm",
  "firstName": "John",
  "lastName": "Smith",
  "email": "john.smith@grr.la",
  "policies": ["pol_CbxGmGWnp9bGAFCC-eod2"],
  "connection": {
    "status": "active",
    "updatedAt": "2022-01-01T00:00:00.000Z"
  },
  "createdAt": "2022-01-01T00:00:00.000Z",
  "modifiedAt": "2022-01-01T00:00:00.000Z",
  "refreshedAt": "2022-01-01T00:00:00.000Z"
}