Booking tickets
Get a booking ticket
Get information about a specific booking ticket, including its properties and validity period.
get/booking-tickets/{booking_ticket_id}
Path parameters
booking_ticket_idstring required
The unique ID of the booking ticket.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"ticket_id": "89d88719b8b442de2d11b401a2",
"name": "Prophecy",
"created_at": "2022-07-26 11:38:22",
"state": 1,
"last_change": "2022-09-16 16:14:41"
}
}