Error
Management
Refresh the access token
POST
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The old access token.
A JSON Web Token with scope 'access', to be used to access protected data, valid for 1 hour.
Example:
"eyJhbGciOiJFZERTQSJ9.eyJhdW...oLXvDw"
Response
The refresh succeeded.
- Option 1
- Option 2
An object containing a 'gdpr' JSON Web Token, returned by a successful login of a user which needs to approve a GDPR policy.