The Account object
{
"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.
Attributes
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.
{
"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"
}