Retrieve single authorization
GET/authorizations/:authorizationId
(In Development)
Retrieve details on a authorization with the specified id. List of authorizations can be fetched by calling /accounts/{account-id}/authorizations
.
Request
Responses
- 200
- 401
- 404
- 500
- 503
OK
Unauthorized
Not found
Internal Server Error
Service Unavailable. Please try again later.