Legal Entities
Retreive a List of All Legal Entities Associated with Your Account
Query Parameters
Name
Type
Description
{
"code": 200,
"status": "success",
"message": "",
"data": [
{
"id": "d9c66022-d01b-44f2-8ff4-7d4369923668",
"type": "Legal Entity",
"corporateInformation": {
"companyName": "New Company",
"registrationNumber": "111112",
"dateofIncorporation": "2019-01-02",
"duns": "000000",
"glei": "000000",
"companyPhone": null,
"email": "[email protected]",
"primaryAddress": "123 Fake st",
"city": "Fake City",
"stateProvince": "Beograd",
"country": "CA",
"postalCode": "87333"
}
},
{
"id": "6b3g0d25-6f21-449e-af04-bbeber35fbe9",
"type": "Legal Entity",
"corporateInformation": {
"companyName": "Test Inc.",
"registrationNumber": "123456678",
"dateofIncorporation": null,
"duns": "3423489234",
"glei": "665557778",
"companyPhone": "6045559999",
"email": "[email protected]",
"primaryAddress": "Guran 444",
"city": "Ruege",
"stateProvince": "French Southern Territories",
"country": "CA",
"postalCode": "787645"
},
"corporateVerifications": [
{
"id": "a9bee36a-7f3b-4c8f-a4dd-6aa15bda5dfe",
"legalEntityVerification": true,
"verificationStatus": "Accepted",
"verificationDate": "2022-01-28",
"verificationSource": "Manual Entry",
"businessStatement": "Doing a new demo",
"nextReviewDate": "2023-01-28",
"verificationIssues": []
}
],
"supportingDocuments": []
}
]
}GetLegalEntityByEntityID
Path Parameters
Name
Type
Description
GetLegalEntityIDBySearchParameter
Query Parameters
Name
Type
Description
Request Updated Information About this Legal Entity
Add Legal Entity
Sample Request Body
AddLegalEntity
Request Body
Name
Type
Description
Last updated