zendesk api redirect loop | The place for Zendesk users to come together and share
Skip to main content

1 reply

Tipene
Employee
November 11, 2021

Hey 彭伟江,

Thanks for reaching out!

Can you try running the snippet below and see if that returns the desired results. Just be sure to add your details in place of the placeholders.

curl https://{subdomain}.zendesk.com/api/v2/ticket_audits.json?limit=1000 \  -v -u {email_address}:{password}

I hope this helps! Let me know if you run into any further issues.

Tipene