Carriers
Get Carrier
Carriers
Get Carrier
The Get Carrier method returns a Carrier object that include additional details about an Axle-supported insurance 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>'
Headers
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.
curl --request GET \
--url https://api.axle.insure/carriers/{id} \
--header 'x-client-id: <x-client-id>' \
--header 'x-client-secret: <x-client-secret>'