Get detailed info about a Key
GET/v1/keys/:key
Call this endpoint to get information about Key, inculding when it was created, last updated, and the set of Scopes it has access to.
Scopes are expressed as a string of the form api:resource:action
:
art-rec:feeds:read
- can read any Feed (eg.GET
/feeds
,/feeds/:id
,/feeds/:id/streams
, etc.)art-rec:feeds:write
- can write (and read) any Feedart-rec:feeds:*
- can perform any action on Feedsart-rec:*:read
- can read any resource onart-rec
*:*:*
- can do everything
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
- 500
Information about the Key, incliding its scopes.
Bad request
Unauthorized - API Key missing or invalid
Forbidden - API Key does not have permission to perform this action
Resource not found
Too many requests
Internal server error