---
title: "POST /oauth2/introspect"
method: POST
path: "/oauth2/introspect"
tags: ["OAuth2Controller"]
---

# POST /oauth2/introspect

`POST /oauth2/introspect`

## Response `200`

OK

- IntrospectionResponse
  - `active` boolean, required
  - `scope` string
  - `client_id` string
  - `username` string
  - `token_type` string
  - `exp` number
  - `iat` number
  - `nbf` number
  - `sub` string
  - `aud` string
  - `iss` string
  - `jti` string

---

[API](https://skmtc.dev/collab/apis/collabland-api-server.md) · [All operations](https://skmtc.dev/collab/apis/collabland-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/collab/collabland-api-server/revisions/cad064f71a2e/schema)
