2 leiLookup
Igors Savins edited this page 2021-01-07 09:06:43 +02:00
This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

Overview

LEI number or company name search will reveal the information contained within a Legal Entity Identifier. It can be used to check the validity of an LEI number or ensure that any information held on an entity is up to date.

Request parameters

  • query - The name of the company or lei code

Response

  • "result" - array of objects entities
    • "leiNumber" - lei code,
    • "nextRenewalDate": Date,
    • "entityStatus": entity status,
    • "leiStatus": lei status,
    • "legalName": Name of the Legal Entity noting that accuracy here helps the overall process flow and accuracy of any potential duplicate test. e.g. ABC Limited,
    • "registrationAuthorityEntityId": Company Number for the Legal Entity,
    • "entityLegalFormCode": ISO standard 20275 Financial Services Entity Legal Forms (ELF),
    • "legalJurisdiction": Format of ISO 3166-2,
    • "legalState": state,
    • "legalCountry": ISO code,
    • "legalCity": city,
    • "legalPostal": postal code,
    • "legalfirstAddressLine": address,
    • "hqState": headquarters state,
    • "hqCountry": ISO code,
    • "hqCity": headquarters city,
    • "hqPostal": headquarters postal code,
    • "hqfirstAddressLine": headquarters address
  • "success" - success code (true)

Example

curl --location --request GET 'https://my.gogetssl.com/api/lei/lookup?auth_key=${GOGETSSL_TOKEN}&query=google'