Authentication
Invalidate a refresh token
Authorization
refreshToken AuthorizationBearer <token>
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
Response Body
application/json
application/json
curl -X POST "https://authentication.eniris.be/auth/logout"null{
"statusCode": 401,
"error": "Unauthorized",
"message": "NO_TOKEN_PROVIDED"
}