Legal Signers

How to get Legal Signers Information

GET https://sec-id-api.securitize.io/v1/{clientId}/investor/signers

Used to get investor legal signers information ( returns list of legal signers )

Path Parameters

Name
Type
Description

clientId

string

Your application Client Id provided by Securitize

Headers

Name
Type
Description

access-token

string

Investor accessToken

authorization

string

Your application secret provided by Securitize

Preview or Download document

GET https://sec-id-api.securitize.io/v1/{clientId}/investor/signers/{signerId}/documents/{documentId}/view

Used to get temporary link to view or download the file.

Path Parameters

Name
Type
Description

documentId

string

Id of the selected document to view

clientId

string

Your application Client Id provided by Securitize

Headers

Name
Type
Description

access-token

string

Investor accessToken

authorization

string

Your application secret provided by Securitize

{
  "status": 0,
  "error": {},
  "success": true,
  "data": {
    "url": "https://staging-testing-documents.s3.us-east-2.amazonaws.com/documents/5df248a0856b2b202eab3ebc/23fe3c65-50c9-4024-b254-784b0d529dae.jpeg?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=b5970e428c24e3bb&X-Amz-SignedHeaders=host",
  }
}

Last updated

Was this helpful?