Logo
DeltaTrak API Documentation

Invalid Proccess

POST {{baseUrl}}/account/:accountID/shipment/:tripNumber/data

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 



HEADERS

Key Datatype Required Description 
authorization
string (Required)




RESPONSES

status





Curl
curl -X POST 'https://7qzar0u2yd.execute-api.us-east-1.amazonaws.com/test//account/:accountID/shipment/:tripNumber/data' -H 'authorization: eyJhbGciOiJub25lIn0.eyJhZG1pbiI6dHJ1ZSwidXNlcklEIjoiNjM5NzViZDRkY2Q2OTMwMDJjMzgxMDMzIiwiaWF0IjoxNjg1MDIwNTE4LCJpc3MiOiJ1cm46Zmxhc2h0cmFrOmlzc3VlciIsImF1ZCI6InVybjp1c2VyOmF1ZGllbmNlIiwiZXhwIjoyMDAwNTk2NTE4fQ.' -d '{"co2":[{"reading":"2022-10-18T18:32:00","received":"2022-10-18T18:44:11Z","value":90}],"location":[{"reading":"2022-10-18T18:42:00","received":"2022-10-18T18:44:11Z","lat":37.6509977,"long":-121.0301494}],"process":90}'

ENDPOINTS