Carriers
Get Carrier
GET

/carriers/{id}

id*
curl --request GET \
  --url https://api.axle.insure/carriers/{id} \
  --header 'x-client-id: <x-client-id>' \
  --header 'x-client-secret: <x-client-secret>'
x-client-idrequired
string

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

x-client-secretrequired
string

Your secret API key. This will be shared with you during onboarding and should be considered sensitive - it’s a password after all!

Path Parameters

idrequired
string

The unique ID for the requested carrier. Returned in Account and Policy objects as carrier.

Response

data
object

Carrier

success
boolean

Indicates whether the operation was performed successfully.