Skip to main content
GET
Get Document
Fetches a single document’s metadata and review state by id. The document must belong to the given account, otherwise the request fails with 404. File contents are not returned. There is no request body.

Path Parameters

string
required
Id of the Platform customer.
string
required
Id of the account.
string
required
Id of the document (e.g. doc_…).

Response

Returns 200 with the document object.
string
Always "document".
string
Id of the document (e.g. doc_…).
string
Id of the account the document belongs to.
string | null
Requirement key this document satisfies, if any.
enum
Account document type (e.g. certificate_of_incorporation).
string | null
Original file name, if provided.
string
MIME type of the stored file (e.g. application/pdf).
int
Size of the raw file in bytes.
enum
One of staged, submitted.
string
ISO 8601 timestamp when created.
string | null
ISO 8601 timestamp when last updated.
string
Id of the API key that created the document.
string | null
Id of the API key that last updated the document.