Ceremonies
Ceremony
The ceremony object represents a signing session where a recipient interacts with an envelope.
A ceremony is the session where a recipient authenticates and acts on an envelope. Depending on the recipient type, those actions include signing, approving, or preparing documents.
Each recipient has one active ceremony at a time. Creating a new ceremony for a recipient automatically revokes any previous ceremony.
A ceremony belongs to a recipient.
Lifecycle
A ceremony’s status tracks the recipient’s progress. See the ceremony lifecycle for details on each status.
Attributes
An HTTPS URL to redirect the recipient to after the ceremony finishes.
Learn more in Redirect URL.
The delay in seconds before the ceremony redirects to redirect_url (standalone ceremonies) or emits completion events (embedded ceremonies).
Defaults to 3. Allowed range: 0 to 20.
Learn more in Redirect URL.
The format of the ceremony URL.
Available options:
standard(default): Full-length URL. Works for most use cases.short: Shortened URL. Use this when sharing through space-constrained channels such as SMS or push notifications.
Origins allowed to embed this ceremony in an iframe.
These values set the frame-ancestors directive in the ceremony’s Content Security Policy (CSP) header. Sources typically take the form of a scheme and host (for example, https://app.example.com). Wildcards are supported (for example, https://*.example.com). For all available options, see the frame-ancestors documentation.
Defaults to an empty list ([]), which means embedding is not allowed. To allow embedding from all origins (not recommended for production), use ["*"].
The URL where the recipient can access the ceremony. You can share this link with the recipient directly or embed it in your application.
This property is null when:
- The ceremony uses
email_linkauthentication. SignatureAPI delivers the URL by email in that case. - The ceremony is not active (for example, it is completed, revoked, or declined).
The URL expires 30 days after creation, or when a new ceremony is created for the same recipient.