Authentication
Validate an access token
Authorization
accessToken AuthorizationBearer <token>
A valid access token (proof of identity) can be obtained via the /accesstoken endpoint. It has a 5 minutes validity period.
In: header
Response Body
application/json
application/json
curl -X GET "https://authentication.eniris.be/auth/accesstoken/validate"