Skip to main content
GET
Get booking details
Retrieve booking details and status.

Reference Documentation

For more information on FFA message responses, please refer to:

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Booking ID

Response

200 - application/json

Booking details

id
string
Example:

"booking-123"

quoteId
string
Example:

"quote-123"

status
enum<string>
Available options:
pending,
confirmed,
rejected,
cancelled
Example:

"pending"

flightId
string
Example:

"QR001-20240101"

awbNumber
string
Example:

"15712345678"

createdAt
string<date-time>
Example:

"2024-01-01T10:00:00Z"