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

Get Flight Animals

Request

Fetches animal information for a specific flight using its ID.

Path
idinteger(int64)required

id

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

Responses

Success

Bodyapplication/jsonArray [
cargoTypestring
Enum"ACT""AOG""ATT""AVI""BIG""BUP""CAO""CAT""COL""COM"
documentobject(BinaryReferenceDto)
documentsArray of objects(BinaryReferenceDto)
idinteger(int64)
notestring
packagesinteger(int32)
typestring
Enum"DOG""CAT""OTHER"
weightstring
weightQtynumber(float)
weightUnitstring
Enum"KILOGRAM""POUND"
]
Response
application/json
[ { "cargoType": "ACT", "document": {}, "documents": [], "id": 0, "note": "string", "packages": 0, "type": "DOG", "weight": "string", "weightQty": 0.1, "weightUnit": "KILOGRAM" } ]

Update Flight Animals

Request

Updates a list of animal information for a specific flight using its flight ID.

Path
idinteger(int64)required

id

Bodyapplication/jsonrequired

dto

Array [
cargoTypestring
Enum"ACT""AOG""ATT""AVI""BIG""BUP""CAO""CAT""COL""COM"
documentsArray of objects(BinaryReferenceDto)
idinteger(int64)
notestring
packagesinteger(int32)
typestring
Enum"DOG""CAT""OTHER"
weightstring
weightQtynumber(float)
weightUnitstring
Enum"KILOGRAM""POUND"
]
curl -i -X PUT \
  'https://developer.fl3xx.com/_mock/reference/api/external/flight/{id}/pax_details/animal' \
  -H 'Content-Type: application/json' \
  -H 'X-Auth-Token: YOUR_API_KEY_HERE' \
  -d '[
    {
      "cargoType": "ACT",
      "documents": [
        {
          "creationDate": "2019-08-24T14:15:22Z",
          "customName": "string",
          "entityName": "string",
          "fileSize": 0,
          "id": 0,
          "imageSizeX": 0,
          "imageSizeY": 0,
          "isThumbnail": true,
          "name": "string",
          "originalName": "string",
          "refEntityId": 0,
          "status": "string",
          "thumbnail": {},
          "uuid": "string"
        }
      ],
      "id": 0,
      "note": "string",
      "packages": 0,
      "type": "DOG",
      "weight": "string",
      "weightQty": 0.1,
      "weightUnit": "KILOGRAM"
    }
  ]'

Responses

Success

Bodyapplication/jsonArray [
cargoTypestring
Enum"ACT""AOG""ATT""AVI""BIG""BUP""CAO""CAT""COL""COM"
documentobject(BinaryReferenceDto)
documentsArray of objects(BinaryReferenceDto)
idinteger(int64)
notestring
packagesinteger(int32)
typestring
Enum"DOG""CAT""OTHER"
weightstring
weightQtynumber(float)
weightUnitstring
Enum"KILOGRAM""POUND"
]
Response
application/json
[ { "cargoType": "ACT", "document": {}, "documents": [], "id": 0, "note": "string", "packages": 0, "type": "DOG", "weight": "string", "weightQty": 0.1, "weightUnit": "KILOGRAM" } ]

Delete Flight Animals

Request

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

Path
idinteger(int64)required

id

Body*/*required

ids

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

Responses

Success

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

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

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