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
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
}