Page:
leiLookup
Pages
API Methods
API Navigation
Auth
Automatic rules
Comodo Unique Value
ConfirmLEIDataQuality
CreateNewLEI
Home
Order Auto Cancellation
Resend
Revalidate
addSSLOrder
addSSLRenewOrder
addSSLSANOrder
cancelSSLOrder
changeValidationEmail
changeValidationMethod
decodeCSR
generateCSR
getAccountBalance
getAllInvoices
getAllProductPrices
getAllProducts
getAllSSLOrders
getDomainAlternative
getDomainEmails
getDomainEmailsForGeotrust
getLEIJurisdictions
getLJurisdictions
getLeiStatus
getOrderInvoice
getOrderStatus
getOrdersStatus
getProductDetails
getProductPrice
getUnpaidOrders
getUserAgreement
getWebServers
leiLookup
reissueSSLOrder
resendValidationEmail
Table of Contents
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'
API Navigation
API Methods
- "auth"
- "addSSLOrder"
- "addSSLRenewOrder"
- "addSSLSANOrder"
- "cancelSSLOrder"
- "changeValidationEmail"
- "changeValidationMethod"
- "decodeCSR"
- "validateCSR"
- "getOrderStatus"
- "getOrderInvoice"
- "getUnpaidOrders"
- "getAccountBalance"
- "getAllInvoices"
- "getAllProducts"
- "getAllProductPrices"
- "getAllSSLOrders"
- "getDomainAlternative"
- "getDomainEmails"
- "getDomainEmailsForGeotrust"
- "getProductDetails"
- "getProductPrice"
- "getUserAgreement"
- "getWebservers"
- "generateCSR"
- "reissueSSLOrder"
- "revalidate"
- "resendValidationEmail"
- "CreateNewLEI"
- "getLEIJurisdictions"
- "getLeiStatus"
- "ConfirmLEIDataQuality"
- "getAllSSLOrders"
- "leiLookup"
API Features
Other
Postman Collection
GOGETSSL API WIKI