1. Tickets
TTC | W-SYNC
  • Introduction
  • Authentication
  • Error Handling
  • Tickets
    • Online Booking
      POST
    • Get Ticket
      GET
    • List Tickets
      GET
    • Search Tickets
      GET
  • Notification Webhooks
    • Webhooks
W-SYNC
  1. Tickets

Online Booking

Prod Env
https://ttc.wsync.app
Prod Env
https://ttc.wsync.app
POST
https://ttc.wsync.app
/api/v1/booking

Request

Authorization
Basic Auth
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 *****************
or
Body Params application/jsonRequired

Examples

Responses

ðŸŸĒ200Success
application/json
Bodyapplication/json

Response Response Example
{
    "object": "booking",
    "id": "T26050962",
    "livemode": true,
    "location": "/ticket/T26050962"
}
Modified at 2026-06-11 02:18:03
Previous
Tickets
Next
Get Ticket
Built with