Retrieve the access token related using the authorization code
GET/callback
Retrieve the token associated with the authorization_code provided by the data holder
Request
Responses
- 201
- 400
- 401
- 404
- 422
- 500
Created The response object contains the ID of the created object.
Bad Request The minimum header and parameter requirement for this request has not been met.
Unauthorised The minimum authorisation for the request has been met.
Not Found The requested entity could not be found.
Unprocessable Entity The request failed validation.
Service Unavailable The request failed validation.