Logo
DeltaTrak API Documentation

List Airport*

GET {{baseUrl}}/location?type=airport

List all locations and shared locations

■ Pulls back locations (of all types) belonging to account, plus shipments shared
with account (explicit & receiver sharing)
■ Ability to filter locations would be nice, but not required - this is typically a
smaller dataset
■ Each location node should contain the account ID that it belongs to

 

Body PARAM

Key Datatype Required Description 
type
string Filter by type of location (shipper | receiver | seaport | airport) (Optional)



HEADERS

Key Datatype Required Description 
Authorization
string




RESPONSES

status





Curl
curl -X GET 'https://axeecknwif.execute-api.us-east-1.amazonaws.com/prod//location?type=airport?type=airport' -H 'Authorization: eyJhbGciOiJub25lIn0.eyJvcmdhbml6YXRpb25JRCI6IjYzNzY0ZjI2MGU0MzM2MDAxMWJlMDFmNSIsInVzZXJJRCI6IjYzOTc3ZTdkYmEyOWY1MDAxODcxN2ZjOCIsImlhdCI6MTY3NTI4MDU3NSwiaXNzIjoidXJuOmZsYXNodHJhazppc3N1ZXIiLCJhdWQiOiJ1cm46dXNlcjphdWRpZW5jZSIsImV4cCI6MTk5MDg1NjU3NX0.'

ENDPOINTS