Logo
DeltaTrak API Documentation

Invalid Token

GET {{baseUrl}}/account/:accountID/carrier

List all carriers of an account

 

Body PARAM

Key Datatype Required Description 
id
string (Optional) string
query
string (Optional) count



HEADERS

Key Datatype Required Description 
authorization
string (Required)




RESPONSES

status OK

{ "message": 1 }



Curl
curl -X GET 'https://7qzar0u2yd.execute-api.us-east-1.amazonaws.com/test//account/:accountID/carrier?id=L1685019003402&query=count' -H 'authorization: eyJhbGciOiJub25lIn0.eyJhZG1pbiI6dHJ1ZSwidXNlcklEIjoiNjM5NzViZDRkY2Q2OTMwMDJjMzgxMDMzIiwiaWF0IjoxNjg1MDIwNTE4LCJpc3MiOiJ1cm46Zmxhc2h0cmFrOmlzc3VlciIsImF1ZCI6InVybjp1c2VyOmF1ZGllbmNlIiwiZXhwIjoyMDAwNTk2NTE4fQ.a'

ENDPOINTS