curl --request GET \ --url 'https://api.example.com/api/v1/carriers/find?mc=123456' \ --header 'Authorization: Bearer API_KEY'
{ "statusCode": 200, "body": { "carrier": { "carrier_id": "CAR123456", "carrier_name": "ABC Trucking Inc.", "status": "active", "dot_number": "987654", "mc_number": "123456", "contacts": [ { "name": "John Dispatcher", "email": "dispatch@abctrucking.com", "phone": "5551234567", "type": "dispatch", "extension": "101", "preferred_contact_method": "phone" } ], "bridge": { "status": "success", "bridge_carrier_id": "BRK-CAR-789" } } } }
Get details for a specific carrier
Show Carrier properties
Show Available values
active
fail
inactive
in_review
not_set
Show Contact properties
primary
dispatch
billing
driver
claims
email
phone
text
Show Bridge properties
success
failed
Was this page helpful?