Check validity of a LEI.
GET {{baseUrl}}/leis/:lei/validity
You can check whether a LEI is formally correct and exists.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"lei": "BFXS5XCH7N0Y05NIXW11",
"validity": "VLEI"
} |
ENDPOINTS