Access the Zoho Desk API in 2 minutes 💨
Create an integration
Authorize Zoho Desk
Call the Zoho Desk API
curl "https://api.nango.dev/proxy/v1/tickets?limit=10" \
-H "Authorization: Bearer <NANGO-SECRET-KEY>" \
-H "Provider-Config-Key: <INTEGRATION-ID>" \
-H "Connection-Id: <CONNECTION-ID>"
Was this page helpful?