Introspect
documentedIntrospects a token.
POST /oauth2/v1/introspectOAuth 2.0no implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{yourOktaDomain}}/oauth2/{{$authorizationServerId}}/v1/introspect" \
-X POST \
-H "Authorization: Basic {{OKTA_SECRET}}" \
-H "Content-Type: application/x-www-form-urlencoded" \
-H "Accept: application/json" \
-d "token={{OAUTH2_ACCESS_TOKEN}}&token_type_hint=access_token"