v3

latestOpenAPI 3.0.0raw.githubusercontent.com2025-09-151454123.8 KB
Companies

Get documents to an company

get/companies/{company_id}/documents

Path parameters

company_idstring required

ID of the company to upload document

Response

Successful response with document list

total_documentinteger

Total number of documents available in the response.

Example response

{
  "documents": [
    {
      "document_type": "identity_document_card",
      "filename": "document.pdf",
      "id": "123456",
      "name": "Identity Document Card Back",
      "signed_url": "https://storage.googleapis.com/bucket-name/document.pdf?signature=...",
      "state": "PROCESSED",
      "status": "approved",
      "workspace_id": "wk_123"
    }
  ],
  "total_document": 3
}