Legal Entities
Retreive a List of All Legal Entities Associated with Your Account
GET
https://api.icomplykyc.com/api/v2/entities?type=legal-entities
Retrieve a list of Legal Entities associated with your account
Query Parameters
limit
Int
Defines how many entities to return. Max value: 100. Default value: 10
type
String
Defines entity type. Expected values: all, natural-persons, legal-entities. Default value: all
start
Int
Defines how many entities to jump over. Default value: 0
descending
Boolean
Defines whether to sort entities in ascending or descending.
supportingDocuments
Boolean
Specify whether to return supporting documents for the legal entity.
corporateVerification
Boolean
Specify whether to return verification information for this Legal Entity.
GetLegalEntityByEntityID
GET
https://api.icomplykyc.com/api/v2/entities/legal-entities/:id
Get the details of the legal entity record by its entity ID
Authentication Type: Api Key
Sample Query: https://api.icomplykyc.com/api/v2/legal-entities/12e34567-fcff-4c10-9dd3-da74422e1c30
Path Parameters
id
String
The ID of the legal entity
GetLegalEntityIDBySearchParameter
GET
https://api.icomplykyc.com/api/v2/entities/legal-entities
Search for legal entities by various parameters.
Authentication Type: Api Key
Sample Query: https://api.icomplykyc.com/api/v2/legal-entities?duns=150483782&glei=5299019D9BIL4D4UHT93&companyName=Starbucks Coffee Company
Query Parameters
externalID
String
External ID of the Legal Entity
duns
Int
DUNS Number of the Legal Entity
glei
String
GLEI Number of the Legal Entity
companyName
String
Company Name of the Legal Entity
registrationNumber
String
Corporate Registration Number of the Legal Entity
String
Email address associated with the primary contact of the legal entity
phone
String
Phone number associated with the legal entity
Request Updated Information About this Legal Entity
GET
https://api.icomplykyc.com/api/v2/entities/legal-entities/{entityID}/request-client-update
Sends an e-mail to the primary contact for this Legal Entity and requests updated information or supporting documents about this Legal Entity.
Sample Request Body
{ "recepientId": "string", "emailSubject": "string", "emailMessage": "string", "configId": 0, "domain": "string" }
Add Legal Entity
Sample Request Body
To create a new Legal Entity, initiate a POST request to https://api.icomplykyc.com/api/v2/entities/legal-entities with the following JSON payload.
AddLegalEntity
POST
https://api.icomplykyc.com/api/v2/entities/legal-entities
Authentication Type: Api Key
Sample Query: https://api.icomplykyc.com/api/v2/entities/legal-entities
Request Body
Raw*
JSON
See above sample payload bod
Last updated