Lookup Legal Entity Identifier (LEI) API
Lookup Legal Entity Identifier (LEI) via GLEIF (Global Legal Entity Identifier Foundation).
POST /v1/check/lei1× multiplierQuick Start
Make your first API request in 3 steps:
1Make API Request
curl -X POST https://api.scorika.com/v1/check/lei \
-H "X-Api-Key: sk_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{"lei":"5493000J2M89Q7X1D75","name":"Example Corporation","country":"US"}'2Handle Response
{
"data": {
"lei": "5493000J2M89Q7X1D75",
"found": true,
"legal_name": "Example Corporation",
"legal_form": "Corporation",
"jurisdiction": "US",
"registration_status": "ACTIVE",
"hq_address": {
"street": "123 Main St",
"city": "New York",
"country": "US"
},
"score_delta": 0,
"reason_codes": [],
"enrichment": {
"source": "gleif",
"last_updated": "2024-01-10T08: 00: 00Z"
}
},
"meta": {
"request_id": "req_lei123",
"api_version": "2024-01-20",
"cached": false,
"cache_ttl": 86400,
"latency_ms": 250
}
}3Try It Now
Interactive API Explorer
Try the API directly from your browser. No API key required for testing.
Waiting for response...Error:
Response Schema
{
"$ref": "#/components/schemas/LeiCheckResponse"
}Pricing
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
Pricing Calculator
This endpoint uses a 1× multiplier on your base plan rate.
💡 Tip: Bulk requests get a 20% discount. Contact sales for custom pricing on high-volume usage.
Common Use Cases
Legal Entity Verification
Verify large corporations using LEI identifiers
Regulatory Reporting
Comply with LEI requirements for financial reporting
Related Endpoints
Start Using Lookup Legal Entity Identifier (LEI) API
Get your API key in 30 seconds. No credit card required.
Get API Key →