---
title: "Retrieve info for the Access Token"
method: GET
path: "/oauth2/token/info"
tags: ["Authorization"]
---

# Retrieve info for the Access Token

`GET /oauth2/token/info`

Retrieve an OAuth 2 Access Token information.

## Response `200`

Access Token Info

- OAuth2TokenInfo — OAuth 2 Token Info
  - `resource_owner_id` string, nullable — OAuth 2 Resource Owner ID. Always `null` when using `client_credentials` grant type.
  - `resource_owner_type` string, nullable — OAuth 2 Resource Owner Type. Always `null` when using `client_credentials` grant type.
  - `scope` string[] — OAuth 2 Scopes
  - `expires_in` ExpiresIn — unresolved $ref
  - `created_at` CreatedAt — unresolved $ref
  - `application` object — OAuth 2 Client Application
    - `uid` string — OAuth 2 Client Application UID

---

[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)
