Skip to content

Get a ticket

GET
/v1/tickets/{id}
curl --request GET \
--url https://example.com/v1/tickets/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0 \
--header 'Authorization: Bearer <token>'

Returns the ticket with its message thread. Internal notes are excluded.

id
required
string format: uuid

OK