Authenticate Access Token (Local) - Stytch Docs

Examine and introspect an access token locally.

All standard and custom claims will be returned. No network calls are made when invoking this API method. An error will be thrown if the token is not active. This method supports only access tokens. If an authorization_check object is passed in, this method will also check if the token contains scopes that are authorized to perform the specified action on the resource_id in the specified Organization.

Body

token

authorization_check

Properties of authorization_check

organization_id

resource_id

action

Response

scope

token_type

expires_at

issued_at

subject

issuer

audience