Skip to main content
GET
List Documents
Part of the Onboarding Documents flow. This endpoint reflects the current state and history of each document — uploads, resends and compliance decisions. It returns only the documents linked to the given solicitation and never alters its status.

Path Parameters

uuid
string
required
UUID of the solicitation (the id returned by Create Company).
  • Format: UUID
  • Example: 339074a8-1834-49c5-af94-4a044248d88d

Response

id
string
UUID of the solicitation.
status
string
Current status of the solicitation (e.g. pending_documents, documents_under_review).
documents
array
Documents linked to the solicitation.

Errors

Download a document file

To retrieve the latest uploaded file of a specific document, call:
tag
string
required
The tag of the document whose file you want to download (e.g. articles_of_incorporation).
The response streams the file as a binary download (with its original file name). If the solicitation has no file for that tag yet, it returns 404.
cURL

Onboarding Documents Integration

Understand the full flow

Upload Document

Send the required files by tag