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://example.com/auth/accesstoken/validate"{ "userId": 0}