Carriers
Get Carriers
GET

/carriers

x-client-id*
x-client-secret*
curl --request GET \
  --url https://api.axle.insure/carriers \
  --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!

Response

data
array
success
boolean

Indicates whether the operation was performed successfully.