Follow these steps to complete a full booking using the AITravel.Tech API.
The easiest way to test the API is using the API Explorer or Sandbox.
Authorization: Bearer YOUR_API_KEY Content-Type: application/json
Search → Property Options → Quote → Passengers → Confirm
POST /v1/search
POST /v1/property/options
POST /v1/quote
POST /v1/booking/passengers
POST /v1/booking/convert
POST /v1/booking/confirm
Follow these steps to complete a full booking using the API.
Search → Property Options → Quote → Passengers → Confirm
Test the full booking flow interactively.