Get Document
Documents
Get Document
Fetch a single document’s metadata and review state by id
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
Returns200 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 (accepted, queued for the next submission), submitted (sent for verification review), rejected (the verification provider could not process the file — see rejection_reason; it no longer counts toward its requirement), or replaced (a newer upload for the same requirement superseded this staged file).string | null
Verification-provider rejection detail (e.g.
unreadable_document); set only when status is rejected.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.