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

# Performs introspection of the provided Bearer JWT token

`GET /api/v2/auth/introspect`

## Response `200`

Introspection v2 object

- IntrospectionV2
  - `uuid` string
  - `issued_at` 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)
