Get authorization
GET/authorizations/:authorizationKey
Eventually Consistent
Get authorization by the given key.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The authorization was successfully returned.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The authorization with the given key was not found.
An internal error occurred while processing the request.