Send an attestation request
Sends a published document to a person for acknowledgment or signature.
Documentation Index
Fetch the complete documentation index at: https://docs.clearpolicy.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
OAuth 2.0 bearer token obtained via the client credentials flow with the api:use scope.
Body
The ULID of the person to send the request to.
The ULID of the document to send. Must have a published revision.
Override the document's default attestation type. If omitted, the document's default is used.
acknowledgment, signature An optional message to include with the request. This message appears in the emails sent for document requests and on the attestation page.
5000Response
The created attestation request.
The ULID of the attestation request.
The ULID of the organization.
The ULID of the document being attested.
The ULID of the published revision that was sent.
The ULID of the person the request was sent to.
The name of the recipient when the request was created.
The email of the recipient when the request was created.
The attestation type for this request.
acknowledgment, signature How the request was created.
oauth, web, system, planning_center The current status of the request.
created, sent, viewed, attested, canceled, expired When the request was created.
When the request was last updated.
The message included with the request that appears in emails and on the attestation page, or null if none was provided.
When the request was sent, or null.
When the most recent reminder was sent, or null.
When the recipient first viewed the request, or null.
When the recipient completed the attestation, or null.
When the request was canceled, or null.
When the request is scheduled to expire, or null.
When the request expired, or null.
The ULID of the user whose OAuth client issued this request.