Closed sglebs closed 5 months ago
Code:
zendesk = Zenpy(subdomain=zendesk_domain, email=zendesk_user, token=zendesk_token)
categories = zendesk.help_center.categories()
Internally the library builds this URL: 'https://mydomain.zendesk.com/api/v2/help_center/categories.json?page[size]=100'
It worked on another (older) Zendesk account, so I am closing it for now.
I am getting this error:
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://mydomain.zendesk.com/api/v2/help_center/categories.json?page%5Bsize%5D=100
I have noticed that the Help Center API seems to have changed to have a /hc/ prefix:
https://support.zendesk.com/hc/en-us/articles/5591904358938-New-limits-for-offset-based-pagination