---
title: "Test multiple OAuth tokens"
method: POST
path: "/api/token/test"
tags: ["OAuth"]
---

# Test multiple OAuth tokens

`POST /api/token/test`

For up to 1000 OAuth tokens,
returns their associated user ID and scopes,
or `null` if the token is invalid.
The method is `POST` so a longer list of tokens can be sent in the request body.

## Response `200`

The representation of the OAuth tokens.

- object

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
