Get one of the caller's API keys
GET/v1/apikeys/:id
Returns metadata for a single key the caller owns; the secret token is never returned. A super-user may fetch any key. To avoid leaking whether an id exists, a key owned by someone else is reported as not found (404) rather than forbidden.
Request
Responses
- 200
- 401
- 403
- 404
Get one of the caller's API keys
Missing or invalid API key
The API key is not authorized for this resource
The requested resource was not found