Skip to main content
POST
OAuth 2.0 token introspection (RFC 7662)

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Body

token
string
required

The access token to introspect.

token_type_hint
enum<string>
Available options:
access_token

Response

RFC 7662 introspection response.

active
boolean
required
scope
string
client_id
string
token_type
enum<string>
Available options:
Bearer
exp
integer

Expiry, seconds since epoch.

sub
string

The consenting user id.

org_id
string