Authentication
Get a new refresh token by providing a refresh token
refreshToken A valid refresh token can be obtained via the /login, /refreshtoken or /2fa/{method}/verify endpoints. A valid token can be invalidated via the /logout endpoint. It has a 14 days validity period.
In: header
text/plain
application/json
application/json
curl -X GET "https://authentication.eniris.be/auth/refreshtoken""Jpc3MiOiJodHRwczovL2F1dGhlbnRpY2"{
"statusCode": 400,
"error": "Bad Request",
"message": "id_token is too long"
}{
"statusCode": 401,
"error": "Unauthorized",
"message": "NO_TOKEN_PROVIDED"
}