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

Get Tickets

Developing
GET
/api/v1/ticket/{ticketCode}

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 *****************
Path Params

Header Params

Responses

🟢200Success
application/json
Body

Response Response Example
{}
Modified at 2026-01-06 09:17:40
Previous
Online Booking
Next
Webhooks
Built with