Access the Zendesk API in 2 minutes đ¨
Create an integration
Authorize Zendesk
Call the Zendesk API
curl "https://api.nango.dev/proxy/api/v2/search?query=type:ticket&per_page=10" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"
Was this page helpful?