Authentication
Validate an access token
accessToken A valid access token (proof of identity) can be obtained via the /accesstoken endpoint. It has a 5 minutes validity period.
In: header
application/json
application/json
curl -X GET "https://authentication.eniris.be/auth/accesstoken/validate"{
"userId": 0
}{
"statusCode": 401,
"error": "Unauthorized",
"message": "NO_TOKEN_PROVIDED"
}