cURL
curl --request POST \ --url https://sandbox.prezio.eu/api/auth/token/verify/ \ --header 'Content-Type: application/json' \ --data '{ "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9..." }'
{}
Verify if a Bearer token is valid and not expired. Returns 200 with empty object if valid, 400/401 with error details if invalid.
The response is of type object.
object
Was this page helpful?