From 0b37fc020a310577dc3c07c2e73fa456a0b36465 Mon Sep 17 00:00:00 2001 From: Igors Savins Date: Thu, 7 Jan 2021 09:02:48 +0200 Subject: [PATCH] Created leiLookup (markdown) --- leiLookup.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 leiLookup.md diff --git a/leiLookup.md b/leiLookup.md new file mode 100644 index 0000000..3addfff --- /dev/null +++ b/leiLookup.md @@ -0,0 +1,39 @@ + +### 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) + + + +``` +curl --location --request GET 'https://my.gogetssl.com/api/lei/lookup?auth_key={{V1_API_TOKEN}}&query=google' +``` \ No newline at end of file