Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

The old access token.

access_token
string

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.

An object containing a 'gdpr' JSON Web Token, returned by a successful login of a user which needs to approve a GDPR policy.

item
object

[TO_VALIDATE] Description pending review by a Kardinal engineer.

access_token
string
deprecated

A JSON Web Token with scope 'gdpr', to be used to approve a GDPR policy, valid for 1 hour.

Example:

"eyJhbGciOiJFZERTQSJ9.eyJhdW...cMp9DA"