Endpoint
Authentication
Required. Pass your OAuth bearer token in theAuthorization header.
Query parameters
Filter documents whose name contains this value (case-insensitive partial match).
Number of results per page. Must be between 1 and 100.
Page number to retrieve.
Example request
Response fields
The ULID of the document.
The ULID of the organization the document belongs to.
The display name of the document.
The default attestation type for this document. One of
"acknowledgment" or "signature". When creating an attestation request you can override this per-request.How often (in days) the document requires re-attestation, or
null if renewal is not configured.Whether attestation requests are automatically re-sent when a renewal is due.
Whether the document has a published revision. Only documents with a published revision can be sent via the API.
ISO 8601 timestamp of the most recent document revision, or
null if no revision exists.A summary of attestation statuses across all contacts assigned to this document.
ISO 8601 timestamp of when the document was created.
ISO 8601 timestamp of the last update.
Example response
Only documents with
has_published_revision: true can be used when creating attestation requests. Attempting to send an unpublished document will return a 400 error.