v1
latestOpenAPI 3.0.02026-07-2640301.0 MBAccount Onboarding Endpoints
account/submit-extended-info/signing-authority-info
This endpoint will return a full list of all signing-authority information.
get/account/submit-extended-info/signing-authority-info
Query parameters
AccountIDstring required
Your account ID
Keystring required
API key for the account
Signaturestring required
Hashed signature for the request
Response
Example response
{
"SigningAuthority": {
"0": {
"FullName": "Share holder name",
"HomeAddress": "123 address st, Vancouver",
"DateAdded": "2019-11-03 01:00:00"
}
}
}