Investors

Get Investors

GET https://api.theairr.com/investor

This endpoint allows you to get information about all Investors in your Organization.

Headers

Name
Type
Description

X-API-KEY

string

API key for a particular Organization

{
    "id": "c14c8439-e530-43b3-9a25-b62842aa53d4",
    "name": "ABC Co",
    "investorTypeId": "87ca706c-dd13-4997-b236-a2632ffb65ab",
    "investorTypeName": "Legal Entity",
    "investorTypeKycCategory": "Legal Entity",
    "bankAccounts": [
        {
            "id": "b8229d06-008d-4881-8732-0dd72901c34e",
            "iban": "123123123213123123123334",
            "beneficiaryName": "John Doe",
            "beneficiaryAddress": "123 State Street Chicago IL",
            "swift": "SABRRUMM",
            "isPrimary": true
        }
    ],
    "ubos": [
        {
            "firstName": "John",
            "lastName": "Doe",
            "email": "[email protected]",
            "countryOfResidence": "USA",
            "taxNumber": "12345",
            "passports": [],
            "utilityBills": [],
            "sourceOfWealthProofs": []
        }
    ],
    "directors": [],
    "kycCompanies": []
}

Get Investor

GET https://api.theairr.com/investor/:investorId

This endpoint allows you to get information about a particular Investor.

Query Parameters

Name
Type
Description

investorId

string

ID of the Investor

Headers

Name
Type
Description

X-API-KEY

string

API key for a particular Organization

Last updated