Skip to main content
Allocate or book seats in a ticket class on a flight. Verifies available capacity and checks if the Roblox user owns the required Gamepass if the class is restricted.

Request

Parameters

string
required
The FlightId or FlightNumber of the flight.
string
required
The Class ID (e.g. class_first), Class Name (e.g. First Class), or Class Code (e.g. F).
string
Roblox User ID or Username of the passenger (optional, but required for gamepass verification if the class requires a gamepass).
integer
default:"1"
Number of seats to book.

Response

Status Codes

  • 200: Seats booked successfully
  • 400: Class is full or invalid input
  • 401: API key is required
  • 403: Passenger does not own the required Gamepass
  • 404: Flight or ticket class not found