post
https://auth.greenhouse.io/introspect
Introspect an OAuth 2.0 token to determine its active status and retrieve its associated metadata.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Introspects an OAuth 2.0 token and returns its current status and metadata. Implements RFC 7662. Accepts both JWT access tokens and opaque refresh tokens.
Requires HTTP Basic Auth. The client_id and client_secret must belong to the same client application that originally issued the token.
Always returns HTTP 200 OK. An invalid, expired, revoked, or otherwise unusable token returns { "active": false } with no additional fields — errors are never surfaced to the caller.