Request new AccessToken
Authentication
Request new AccessToken
Description
Get access token for sign requests to the API
Payload
{
"jwt": "string"
}
where:
jwt: JWT of the application
Response
200:
{
"accessToken": "...."
}
401:
{
"message": "No active public Key is present with id"
}
404:
{
"message": "No active public Key is present with id :iss"
}
422:
{
"message": "Token has no valid format"
}
409:
{
"message": "Duplicated request, revoked permissions for existing token"
}
POST
Request new AccessToken
Description
Get access token for sign requests to the APIPayload
jwt: JWT of the application
Response
200:
401:
404:
422:
409:
Authorizations
Access token obtained from the m2m-token endpoint.
Body
application/json
The body is of type object.
Response
Successful response