Question
How can I find the creation date for an active API token?
Answer
To find the creation date of an API token, use the below API end-point:
api/v2/api_tokens.json
You can manage API tokens directly in the Admin center, where you can view, deactivate, or reactivate tokens from the UI. If you're an Enterprise customer, you can also view audit log entries related to API token activity. This provides an alternative to using the API endpoint mentioned above.
For more information about using the API, see the article: Admin's guide to the Zendesk API.
Note: Monitor your use of the API with the API Usage dashboard and verify if possible rate limits are reached.