---
title: "Get information about an OAuth token"
method: GET
path: "/oauth2/token"
tags: ["OAuth2"]
---

# Get information about an OAuth token

`GET /oauth2/token`

Get information about an OAuth token.

## Query parameters

- `client_id` string, required
- `client_secret` string, required
- `token` string, required

## Response `200`

OK

- object
  - `user_id` integer
  - `scope` object — Key-value pairs of granted scopes
  - `expires_in` integer — Remaining lifetime in seconds
  - `issue_date` integer

## Other responses

- `default` — Error

---

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