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

Update Flight Luggage

Request

Updates luggage information for a specific flight using its flight ID.

Path
idinteger(int64)required

id

Bodyapplication/jsonrequired

dto

Array [
commentstring
luggageWeightnumber(float)
ticketIdinteger(int64)
]
curl -i -X PUT \
  'https://developer.fl3xx.com/_mock/reference/api/external/flight/{id}/pax_details/luggage' \
  -H 'Content-Type: application/json' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE' \
  -d '[
    {
      "comment": "string",
      "luggageWeight": 0.1,
      "ticketId": 0
    }
  ]'

Responses

Success

Bodyapplication/jsonArray [
commentstring
luggageWeightnumber(float)
ticketIdinteger(int64)
]
Response
application/json
[ { "comment": "string", "luggageWeight": 0.1, "ticketId": 0 } ]

Delete Flight Luggage

Request

Deletes luggage information for a specific flight using its flight ID.

Path
idinteger(int64)required

id

Body*/*required

ticketIds

Array [
integer(int64)
]
curl -i -X DELETE \
  'https://developer.fl3xx.com/_mock/reference/api/external/flight/{id}/pax_details/luggage' \
  -H 'Content-Type: */*' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE' \
  -d 0

Responses

Success

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

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

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