Passenger Collections

This API creates a collection of passengers for a specified itinerary and saves the details in the database. It also validates the provided guest information.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string
required

Unique identifier for the search.

passengers
array of objects
required

Passenger details including SSR information.

passengers*
Headers
string
enum
required
Allowed:
string
required

Authorization token to authenticate the API request.

string
required
Defaults to external-service

Specifies the type of authorization, here it is set to external-service.

string
enum
required
Defaults to website

Specifies the source of the request (End User Source). Available choices: website, android, mweb, ios.

Allowed:
Responses

400

Bad Request. The passenger save request parameter is invalid or missing.

401

Unauthorized. The access token is missing or invalid.

422

Bad Request. Client Side Error in Request Body.

500

Internal Server Error.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json; charset=utf-8