Skip to main content
POST
/
oauth
/
introspect
Check if a token is valid
curl --request POST \
  --url https://{base_url}/api/v1/oauth/introspect \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Access token obtained from /oauth/token. Pass as Authorization: Bearer {token}

Response

Token is valid