Logo
DeltaTrak API Documentation

List Flight Mode

GET {{baseUrl}}/admin/flightmode

Get list of all shipments with Flight Mode enabled

■ Returns the flight mode details for ALL non-completed shipments with flight
mode settings
■ These results should not be tied/limited to a specific account, because it will be
called the DeltaTrak device communication services
■ There should be some special DeltaTrak API key that will be used for these
admin calls that will be used by DT (not the customer)

 

Body PARAM

Key Datatype Required Description 
query
string (Optional) Get the number of shipments
tripNumber
string (Optional) filter by a specific trip number



HEADERS

Key Datatype Required Description 
authorization
string




RESPONSES

status





Curl
curl -X GET 'https://axeecknwif.execute-api.us-east-1.amazonaws.com/prod//admin/flightmode?query=count&tripNumber=tripNumber' -H 'authorization: token'

ENDPOINTS