FL3XX API (1.0.0)

FL3XX API allows partners to access flight information, airport details, and a vast array of aviation services.

Download OpenAPI description
Overview
URL https://www.fl3xx.com
FL3XX Integration Support integrations@fl3xx.com
License MIT
Languages
Servers
Mock server
https://developer.fl3xx.com/_mock/reference/
Sandbox server
https://test.fl3xx.com/

Accounting

Operations related to accounting.

Operations

Accounts

Operations related accounts.

Operations

Airports

Access and manage airport information.

Operations

Aircraft

Operations related to aircraft.

Operations

Booking Itinerary (Legs)

Operations related to flight itinerary legs.

Operations

Crew

Operations related to crew details.

Operations

Empty Legs

Operations related to empty leg flights.

Operations

Flights

Operations related to flights.

Operations

Flight Animals

Operations related flight animals.

Operations

Flight Cargo

Operations related to flight cargo.

Operations

Flight Crew

Operations related to crew for individual flights.

Operations

Flight Fixed Base Operator (FBO)

Operations related to FBO.

Operations

Flight Fuels

Operations related to fuel for flights.

Operations

Flight Ground Services

Operations related to ground services.

Operations

Flight Luggage

Operations related to luggage for flights.

Operations

Flight Migration

Operations related to migrations.

Operations

Flight Notifications

Operations related to notifications for flights.

Operations

Flight Passengers

Operations related to passenger for flights.

Operations

Flight PAX Details

Operations related to PAX details.

Operations

Flight Planning Notes

Operations related to planning notes for flights.

Operations

Get Flight Planning Notes

Request

Fetches planning note for a specific flight using its flight ID.

Path
flightIdinteger(int64)required

Flight ID

curl -i -X GET \
  'https://developer.fl3xx.com/_mock/reference/api/external/flight/{flightId}/planningnote' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
modificationDatestring(date-time)
notestring
Response
application/json
{ "modificationDate": "2019-08-24T14:15:22Z", "note": "string" }

Update Flight Planning Notes

Request

Update planning notes for a specific flight using its flight ID.

Path
flightIdinteger(int64)required

Flight ID

Bodyapplication/json

the planning note

modificationDatestring(date-time)
notestring
curl -i -X PUT \
  'https://developer.fl3xx.com/_mock/reference/api/external/flight/{flightId}/planningnote' \
  -H 'Content-Type: application/json' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE' \
  -d '{
    "modificationDate": "2019-08-24T14:15:22Z",
    "note": "string"
  }'

Responses

Success

Bodyapplication/json
modificationDatestring(date-time)
notestring
Response
application/json
{ "modificationDate": "2019-08-24T14:15:22Z", "note": "string" }

Remove Flight Planning Notes

Request

Removes planning notes for a specific flight using its flight ID.

Path
flightIdinteger(int64)required

Flight ID

curl -i -X DELETE \
  'https://developer.fl3xx.com/_mock/reference/api/external/flight/{flightId}/planningnote' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE'

Responses

Success

Bodyapplication/json
deletedboolean
Response
application/json
{ "deleted": true }

Flight Post Flight

Operations related to post-flight activities.

Operations

Flight Pre Flight

Operations related to pre-flight operations.

Operations

Flight Sanction List

Operations related to flight sanctions and approvals.

Operations

Flight Travel Authorization

Operations related to travel authorization.

Operations

Flight Tickets

Operations related to flight tickets.

Operations

Quotes

Operations related to flight quotes.

Operations

Roster

Operations related to Rosters.

Operations

Users

Operations related to Users.

Operations