v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Sign Company Authorization Documents

Sign Authorization Documents necessary to onboard a company.

post/companies/authorization_documents

Request body

companyIDstring required

companyID of the company

document_key'8655' | '2848' | 'all' required

type of the Authorization Document. Accepts 8655, 2848, or all for all document types.

signaturestring required

base64 signature to pass and sign authorization document(s)

Response

200

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "message": "Document successfully signed"
    }
  ]
}