Getting Started
APIs
Sign up
Log in
Search
K
Log in
Sign up
Docs
Bookings Service
Create a new customer booking
post
https://shared-services.kong-sales-engineering.com/kongair
/bookings
Body
application/json
BookingRequest
flight_number
string
required
seat
string
Response
201
application/json
Booking Created Successfully
BookingResponse
ticket_number
string
required
post
/bookings
Try It!
Authentication
Username
Password
Path Parameters
Query Parameters
Headers
Body
{ "flight_number": "KA924", "seat": "32A" }
Shell
Example new booking request body
201
application/json