---
title: "Check eligibility for multiple documents"
method: POST
path: "/api/v1/eligibility/batch"
tags: ["Eligibility"]
---

# Check eligibility for multiple documents

`POST /api/v1/eligibility/batch`

Verifies eligibility for a list of documents in a single request. Returns the availability status for each document number provided. Useful for validating large sets of employees at once.

## Request body

- object[]
  - `document_number` string, required — Document number to check
  - `document_kind` 'cpf', required — Type of the document

## Response `200`

Batch eligibility results returned

- object
  - `data` object[], required
    - `available` boolean, required — Whether the document is eligible
    - `document_number` string, required — The document number that was checked

## Other responses

- `401` — Missing or invalid token

---

[API](https://skmtc.net/totalpass/apis/token-use.md) · [All operations](https://skmtc.net/totalpass/apis/token-use/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/totalpass/token-use/revisions/bc65b4950c7e/schema)
