- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
API keys active/last used
Is it possible to tell whether other accounts API keys are actively being used or when they were last used? To determine when it might be safe to delete them or if they might be being used in a integration somewhere that needs further investigation. Thanks.
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can't check for the apiKey itself, but you can check for the api requests in general and check the adminId
You can also filter for the adminId, so you can check when admin X has done the last admin requests.
https://developer.cisco.com/meraki/api-v1/#!get-organization-api-requests
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can't check for the apiKey itself, but you can check for the api requests in general and check the adminId
You can also filter for the adminId, so you can check when admin X has done the last admin requests.
https://developer.cisco.com/meraki/api-v1/#!get-organization-api-requests
