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"
}
]
}{
"success": false,
"error": "Invalid Token"
}{
"error": "<string>",
"success": true,
"message": "<string>"
}{
"error": "<string>",
"success": true,
"message": "<string>"
}Flights
Aircraft a pilot may switch to for a bid
Aircraft eligible for this bid’s flight, narrowed server-side by the VA’s rank / typerating / location / booking rules (the reference module reuses FlightService::filterSubfleets). The Stratos client renders this as a dropdown on the booking card when the allow_aircraft_changes airline setting is on. changeable is false when the authenticated pilot has their own SimBrief OFP for this flight — the lock is per-pilot, so another pilot’s OFP does not affect it.
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"
}
]
}{
"success": false,
"error": "Invalid Token"
}{
"error": "<string>",
"success": true,
"message": "<string>"
}{
"error": "<string>",
"success": true,
"message": "<string>"
}Authorizations
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
The bid ID.
Was this page helpful?