POST
/
auth
/
token
/
verify
/
Verify Bearer token
curl --request POST \
  --url https://sandbox.prezio.eu/api/auth/token/verify/ \
  --header 'Content-Type: application/json' \
  --data '{
  "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9..."
}'
{}

Body

token
string
required

Response

200 - application/json

The response is of type object.