1. Tickets
TTC WMS
  • Introduction
  • Authentication
  • Tickets
    • Online Booking
      POST
    • Get Ticket
      GET
    • Search Tickets
      GET
  • Notification Webhooks
    • Webhooks
  1. Tickets

Online Booking

Developing
POST
/api/v1/booking

Request

Authorization
Send your HTTP requests with an
Authorization
header that contains the word Basic followed by a space and a base64-encoded string username:password
Example:
Authorization: Basic *****************
Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Response Response Example
{
    "ticketCode": "string"
}
Modified at 2026-01-20 16:34:13
Previous
Tickets
Next
Get Ticket
Built with