POST
/
sandbox
/
accounts
/
{id}
/
event

Authorizations

x-client-secret
string
headerrequired

Your secret API key. This will be shared with you during onboarding and should be considered sensitive - it’s a password after all! Your secret will be matched with your client ID to authenticate your requests.

Headers

x-client-id
string
required

Your client ID. This will be shared with you during onboarding.

x-destination-client-id
string

The client ID of the destination client. This is optional and only used by platform clients. See the Axle for Platforms guide for more information.

x-access-token
string
required

The access token required for access to the requested Account. Returned as part of the Token Exchange flow in exchangeToken.

Path Parameters

id
string
required

The unique ID for the requested account. Returned as part of the Token Exchange flow in exchangeToken.

Body

application/json
carrier
string

Insurance carrier that is the source for the Account data.

firstName
string | null

First name of insurance account owner.

lastName
string | null

Last name of insurance account owner.

phone
string | null

Primary phone number of insurance account owner.

email
string | null

Primary email address of insurance account owner.

connection
object

Response

200 - application/json
success
boolean
required

Indicates whether the operation was performed successfully.

data
object
required