Skip to main content
GET
/
flights
/
bookings
/
{bid}
/
aircraft
Error
A valid request URL is required to generate request examples
{
  "changeable": true,
  "aircraft": [
    {
      "id": 123,
      "name": "Boeing 737-800",
      "registration": "VH-VXA",
      "icao": "B738",
      "subfleet": "B738"
    }
  ]
}

Authorizations

Authorization
string
header
required

The pilot's API key, obtained via POST /pilot/login or your OAuth flow. Send as Authorization: Bearer <api_key> on every authenticated request.

Path Parameters

bid
integer
required

The bid ID.

Response

Eligible aircraft for the bid.

changeable
boolean
required

False when the authenticated pilot has their own SimBrief OFP for this flight, in which case aircraft is empty and the client shows static text.

aircraft
object[]
required