---
title: "Introspect an Access Token"
method: POST
path: "/oauth2/introspect"
tags: ["Authorization"]
---

# Introspect an Access Token

`POST /oauth2/introspect`

Introspect an OAuth 2 Access Token using another Access Token.

## Request body

- OAuth2IntrospectRequest — OAuth 2 Introspect Request
  - `token` string — OAuth 2 Access Token

## Response `200`

Access Token Introspect

- OAuth2IntrospectResponse — OAuth 2 Introspect Response
  - `active` boolean
  - `scope` Scope — unresolved $ref
  - `client_id` ClientId — unresolved $ref
  - `token_type` TokenType — unresolved $ref
  - `iat` integer
  - `exp` integer
  - `easyship_company_id` string — Easyship Company ID

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/revisions/71d737a5fcbf/schema)
