Create a ceremony
This operation creates a new ceremony for a recipient.
Ceremony Authentication
The ceremony takes an authentication
property that describes how the recipient is authenticated.
With Link via Email authentication, SignatureAPI sends the recipient a link via email. The recipient can click the link to initiate the ceremony.
With Custom authentication, the API returns a URL in the response. You have to deliver this URL to the recipient, or embed it in a web or mobile application, to initiate the ceremony.
Path Parameters
The unique identifier of a recipient.
Body Parameters
Defines how the recipient authenticates to this ceremony.
Authentication methods can be either link via email or custom.
List of sources allowed to embed this ceremony (for web embedding).
These sources will be used in the frame-ancestor directive of the ceremony’s HTTP Content Security Policy (CSP).
https://app.example.com
, but can also use wildcards, like https://*.example.com
. For all available options, refer to the frame‑ancestors documentation.Returns
Returns a 201 Created
status code along with a ceremony object after successful creation, or an error otherwise.
Was this page helpful?