provider Tickets GET
/tickets/{ticketId} @utdk/zendesk
/tickets/{ticketId} Show a ticket
Returns the details of a specific ticket by its ID, including subject, description, status, priority, requester, assignee, tags, and custom field values.
- ticketId path required
- The ticket ID
- integer
Try it
Authentication
Configure credentials for Zendesk Support API
Code snippet
Updates live as you fill in the form above.
TypeScript
import zendesk from '@utdk/zendesk';
await zendesk.getticket()