Get an API key
GET/api/v1/api-keys/:api_key_id
Returns details of an API key. Only the owner or an admin can access it, and a project-scoped credential can only reach keys in its own project.
Request
Responses
- 200
- 401
- 403
- 404
API key details
Unauthorized
Forbidden (not the key owner or admin, or the credential is scoped to a different project)
API key not found