Getting a Ceremony URL
To embed a ceremony, you need a ceremony URL. You can get a URL following these steps:
Create an Envelope
Use the Create Envelope endpoint. Set ceremony_creation
to manual
for recipient(s) who will sign in an embedded ceremony. This stops the automatic email link from being sent.
Example request:
If successful, the response will include an envelope object. Note the recipient ID in the response.
Create a Ceremony
Use the recipient ID to create a ceremony with custom authentication. Your app will authenticate the recipient instead of sending an email link.
Custom authentication needs two properties:
provider
: Your company or app name.data
: Key-value pairs with authentication metadata like timestamps and session IDs.
Both provider
and data
values will appear in the audit logs.
When embedding in web apps, include the embeddable_in
property with the list of allowed sources.
Example request:
If successful, the response will include the ceremony URL.
Example response:
Was this page helpful?