LEI Verification
LEIIN, short for Legal Entity Identifier
API Integration
LEI verification can be performed using the Verify LEI API
Request
{
"leiNo": "3358008J1F38JKKWXK61"
}
Response
If the LEI is valid the response will be of the following format.
{
"code": 0,
"message": "Success",
"data": {
"JSON data of lei number"
}
}
If the LEI is invalid the response will be of the following format.
{
"message": "Invalid LEIIN pattern"
}