Are there any restrictions on the number or frequency of access tokens issued through OAuth authentication for the Zendesk Ticketing API, apart from the Rate Limit?
I would like to confirm if it's acceptable to reissue access tokens with each API request, considering the unusual specification that these tokens do not have an expiration date.
Also, if there is a limit on the number of access tokens that can be issued, would revoking past tokens allow for the safe reissuance of new ones? Or should I switch to a process that continues to use the initially issued access token?
I have already confirmed that there is a Rate Limit. (Reference: https://developer.zendesk.com/api-reference/introduction/rate-limits/)