Skip to main content
POST
/
oauth
/
v3
/
token
/
introspect
Token introspection endpoint
curl --request POST \
  --url https://api.hubapi.com/oauth/v3/token/introspect \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'client_id=<string>' \
  --data 'client_secret=<string>' \
  --data 'token=<string>' \
  --data 'token_type_hint=<string>'
{
  "active": true
}

Supported products

Body

application/x-www-form-urlencoded
client_id
string
client_secret
string
token
string
token_type_hint
string

Response

successful operation

active
boolean
required
Last modified on February 12, 2026