Get the LEI for a BIC.
GET {{baseUrl}}/bics/:bic/lei
For a given BIC (Business Identifier Code), you can retrieve the LEI (Legal Entity Identifier) of that BIC.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"lei": "7LTWFZYICNSX8D621K86"
} |
ENDPOINTS