v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Account Onboarding Endpoints

account/submit-extended-info/shareholder-info

This endpoint will return a full list of all shareholder information.

get/account/submit-extended-info/shareholder-info

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

AccountNamestring

Account Name

Example response

{
  "ShareHolders": {
    "0": {
      "FullName": "Share holder name",
      "Ownership": "20",
      "HomeAddress": "123 address st, Vancouver",
      "DateAdded": "2019-11-03 01:00:00"
    }
  }
}