Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
- The unique identifier of the ticket
Example:
"BKT-001"
Response
200 - application/json
200 OK
The response is a ticket object, which also includes the chat and message details. Refer to the ticket object here