Skip to main content
POST
/
flight
/
booking
/
ticket
Issue Ticket
curl --request POST \
  --url https://api.travomatrix.com/api/v1/flight/booking/ticket \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "booking_id": "<string>"
}
'
Once a PNR is created (status BOOKED), use this endpoint to issue the ticket with the airline provider.

Authorizations

X-API-Key
string
header
required

Body

application/json
booking_id
string
required

Response

200

Tickets issued successfully.