FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.
FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.
curl -i -X GET \
'https://developer.fl3xx.com/_mock/reference/api/external/flight/{flightId}/tickets' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE'
[ { "comment": "string", "documentExternalReference": "string", "externalReference": "string", "internalId": 0, "isMain": true, "links": { … }, "paxExternalReference": "string", "paxType": "NONE" } ]
curl -i -X PUT \
'https://developer.fl3xx.com/_mock/reference/api/external/flight/{flightId}/tickets' \
-H 'Content-Type: application/json' \
-H 'X-Auth-Token: YOUR_API_KEY_HERE' \
-d '[
{
"comment": "string",
"documentExternalReference": "string",
"externalReference": "string",
"internalId": 0,
"isMain": true,
"links": [
{
"deprecation": "string",
"href": "string",
"hreflang": "string",
"media": "string",
"name": "string",
"profile": "string",
"rel": {},
"title": "string",
"type": "string"
}
],
"paxExternalReference": "string",
"paxType": "NONE"
}
]'
[ { "comment": "string", "documentExternalReference": "string", "externalReference": "string", "internalId": 0, "isMain": true, "links": { … }, "paxExternalReference": "string", "paxType": "NONE" } ]