---
title: "Analyzes state of a token and getting some data from it"
method: POST
path: "/auth/realms/{realm}/protocol/openid-connect/token/introspect"
tags: ["token"]
---

# Analyzes state of a token and getting some data from it

`POST /auth/realms/{realm}/protocol/openid-connect/token/introspect`

Analyzes state of a token and getting some data from it

## Path parameters

- `realm` string, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- DtoIntrospectTokenResult
  - `active` boolean
  - `aud` string[]
  - `auth_time` integer
  - `exp` integer
  - `iat` integer
  - `jti` string
  - `nbf` integer
  - `typ` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/wissance/apis/untitled-api.md) · [All operations](https://skmtc.net/wissance/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wissance/untitled-api/versions/45bad8274649/schema)
