---
title: "Check Oauth Tokens Exist Batch"
method: POST
path: "/v2/auth/tokens/exists/batch"
tags: ["Auth Service (v2)"]
---

# Check Oauth Tokens Exist Batch

`POST /v2/auth/tokens/exists/batch`

Batch token-presence check: per requested provider, whether the current user has any token.

## Request body

- OAuthTokenStatusBatchRequest — Provider IDs to check token presence for, for the current user.
  - `provider_ids` string[], required

## Response `200`

Successful Response

- OAuthTokenStatusBatchResponse — Per-provider token presence for the current user (provider_id -> has_token).
  - `has_token` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api.md) · [All operations](https://skmtc.net/langchain-ai/apis/langsmith-deployment-control-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langchain-ai/langsmith-deployment-control-plane-api/versions/a0cd098699b4/schema)
