RestAPI | Community
Skip to main content

RestAPI

  • August 20, 2023
  • 1 reply
  • 0 views

Dan39

I'm wondering if Zendesk does have an API to retrieve all the tickets? If so, I'm having a hard time finding the right documentation, anyone point me out to the right direction? 

1 reply

  • August 21, 2023

Hi Dan,

The full Zendesk API documentation can be found here: API Reference Home | Zendesk Developer Docs

To retrieve all tickets you will want to use the https://{subdomain}.zendesk.com/api/v2/tickets.json endpoint and follow the List Tickets section here: Tickets | Zendesk Developer Docs

Hope this helps!