Logo
Swift API Sandbox Collections API Documentation

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" }



Curl
curl -X GET 'https://sandbox.swift.com/swiftrefdata/v4/bics/:bic/lei' -H 'Accept: application/json'

ENDPOINTS