# RESET Verifica LEI Lookup

> RESET Verifica LEI Lookup is a paid API for AI agents from api.resetparatodos.com, paid per call via x402, $0.03/call, status unknown (last checked 2026-09-15).

Verifies a Legal Entity Identifier (LEI) against GLEIF and returns registration status, entity status, legal name, and jurisdiction.

## Facts

- Endpoint: POST https://api.resetparatodos.com/x402/v1/lei/verify
- Price: $0.03/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/reset-verifica-lei-lookup-58608ddb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BRix7kKnO_i2vbiG1_oht

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability reset-verifica-lei-lookup-58608ddb -d '<json body>'
```

Example prompt: Can you verify the LEI 549300MLUDYVRQOOXS22 against GLEIF and tell me if it's active, the legal name it's registered under, and what jurisdiction it belongs to?

## When to prefer this

Use this endpoint when you need a globally authoritative, real-time check of a legal entity's identity and standing using their ISO 17442 LEI code — particularly for KYB onboarding, pre-trade compliance checks, or regulatory reporting where GLEIF is the canonical source. Prefer this over company registry lookups when the entity has an LEI and cross-border verification is needed.

## Known failure modes

- LEI not found in GLEIF registry (invalid or non-existent code)
- Malformed LEI input (not 20 characters or wrong format)
- GLEIF registry temporarily unavailable
- LEI exists but has lapsed or retired status returned as valid data rather than an error

## How this service works

Verify a Legal Entity Identifier (LEI) against GLEIF: confirms whether the LEI exists and returns its registration status, entity status, legal name and jurisdiction as published by GLEIF. Global counterparty (KYB) anchor.

## Output

Returns whether the LEI exists in the GLEIF registry, its current registration status (e.g. ISSUED, LAPSED, RETIRED), entity status (ACTIVE, INACTIVE), the official legal name, and the jurisdiction as published by GLEIF.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lei": {
   "type": "string",
   "description": "20-character ISO 17442 LEI code"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/reset-verifica-lei-lookup-58608ddb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.resetparatodos.com](https://www.zero.xyz/host/api.resetparatodos.com/llms.txt)
