---
title: "Get Token Details"
method: GET
path: "/oauth/token/info"
---

# Get Token Details

`GET /oauth/token/info`

This API lets you get the details for your access token. You can use this API to track the token expiry time and call the Refresh token API before the token expires to generate a new access token.

## Headers

- `Authorization` string

## Response `200`

200

- object
  - `resource_owner_id` integer
  - `scope` string[]
  - `expires_in` integer
  - `application` object
    - `uid` string
  - `created_at` integer

## Other responses

- `401` — 401

---

[API](https://skmtc.dev/itsacheckmate/apis/open-api.md) · [All operations](https://skmtc.dev/itsacheckmate/apis/open-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/itsacheckmate/open-api/revisions/d6022761527a/schema)
