KongAir Passenger API

KongAir Passenger API

1.0.0OAS 3.0

API for retrieving detailed passenger information.

API Base URL
  • Server 1:https://api.kongair.com/v1

    Production server

Retrieve passenger information

Fetch all relevant details about a specific passenger.

get
https://api.kongair.com/v1/passengers/{customerId}

Path Parameters

customerIdstringrequired

Unique customer ID.

Response

200 application/json

Passenger details retrieved successfully.

Passenger

customer_idstring

Example:CUST12345

first_namestring

Example:John

middle_namestring

Example:Michael

last_namestring

Example:Doe

emailstring(email)

Example:john.doe@example.com

phone_numberstring

Example:+1-555-123-4567

addressobject
Show Child Parameters
employerstring

Example:Acme Corp

loyalty_statusobject
Show Child Parameters
recent_flightsarray[object]

List of flights taken in the last 18 months.

Show Child Parameters
recent_purchasesarray[object]

List of recent purchases made with KongAir.

Show Child Parameters
get/passengers/{customerId}
 
200 application/json

Passenger

object
customer_idstring

Example:CUST12345

first_namestring

Example:John

middle_namestring

Example:Michael

last_namestring

Example:Doe

emailstring(email)

Example:john.doe@example.com

phone_numberstring

Example:+1-555-123-4567

addressobject
Show Child Parameters
employerstring

Example:Acme Corp

loyalty_statusobject
Show Child Parameters
recent_flightsarray[object]

List of flights taken in the last 18 months.

Show Child Parameters
recent_purchasesarray[object]

List of recent purchases made with KongAir.

Show Child Parameters
Example