Ticket APIs
Get Ticket By ID
This endpoint retrieves a specific ticket along with the associated chat, and messages
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
- The unique identifier of the ticket
Response
200 - application/json
The response is a ticket object, which also includes the chat and message details. Refer to the ticket object here
Was this page helpful?