Found this content helpful? Log in or sign up to leave a like!
User Access Token: Expiration Date via API Query?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@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.