---
title: "Performs introspection of the provided Bearer JWT token"
method: GET
path: "/api/auth/introspect"
tags: ["auth"]
deprecated: true
---

# Performs introspection of the provided Bearer JWT token

`GET /api/auth/introspect`

> **Deprecated.**

## Response `200`

Introspection object

- Introspection
  - `UUID` string
  - `IssuedAt` string, date-time
  - `Features` string[]

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error
- `default` — Generic error

---

[API](https://skmtc.dev/1password/apis/events-api.md) · [All operations](https://skmtc.dev/1password/apis/events-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/1password/events-api/revisions/359da8b22780/schema)
