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