POST
/
oauth
/
introspect
curl --request POST \
  --url https://app.attio.com/oauth/introspect \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data 'token=<string>'
{
  "active": true
}

Body

application/x-www-form-urlencoded
token
string
required

Response

200 - application/json
Success
active
boolean
required