cURL
curl --request POST \ --url https://{base_url}/api/v1/oauth/introspect \ --header 'Authorization: Bearer <token>'
Checks if an access token is valid.
Access token obtained from /oauth/token. Pass as Authorization: Bearer {token}
Token is valid
Was this page helpful?
Suggestions
Contact support