---
title: "Get OAuth token information"
method: GET
path: "/token"
tags: ["oauth"]
---

# Get OAuth token information

`GET /token`

Returns information about the current OAuth token

## Query parameters

- `access_token` string

## Response `200`

OK. Token information

- OAuthToken
  - `access_token` string, required — The OAuth access token
  - `token` string — The OAuth access token
  - `token_type` string, required — The type of token issued
  - `expires_in` integer, required — Token expiration time in seconds
  - `refresh_token` string — The refresh token (only provided for certain grant types)
  - `scope` string — The scope of the access token

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

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