TELEX

post/txcxn

Request body

trueAltitudenumber required

The altitude above sea level of the aircraft in feet

headingnumber required

The heading the aircraft in degrees

freetextEnabledboolean required

Whether the user wants to receive freetext messages

aircraftTypeobject required

The aircraft type the connection associated with

destinationstring

The destination of the flight

originstring

The origin of the flight

flightstring required

The flight number

Example request

{
  "trueAltitude": 3500,
  "heading": 250.46,
  "freetextEnabled": true,
  "destination": "KSFO",
  "origin": "KLAX",
  "flight": "OS355"
}

Response

A flight got created

accessTokenstring required

The access token for secured endpoints

connectionstring required

The connection ID the token refers to

flightstring required

The flight number the token refers to

Example response

{
  "connection": "2a883a5c-b1f3-4a16-9fa4-b10515742d63",
  "flight": "OS 41"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.