User Access Token: Expiration Date via API Query?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023
10:25 PM
Is there a means by which I can check the expiration date (or lack thereof) for a user access token that I've manually created via my Canvas account? I don't see anything in the Canvas API docs, and I've compared the http response headers from two queries: one using a token set to never expire, the other a token that will expire in a month. Nothing helpful popped out at me.
Thank you!
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2023
05:29 AM
@conorepo Have you tried using the Reports that are available in the Account Settings? There's a User Access Token report that can pull the tokens created by all users and their expiration. Reports are available through the API through the Account Reports API endpoints.