When to use
Email code authentication is useful when:- You want to share the ceremony URL through your own channels (SMS, app notifications, direct links).
- Recipients are in environments where email links may be blocked by security policies.
- You want to embed the ceremony in your application while still using email-based authentication.
How it works
Configure the ceremony
Create an envelope or call the Create Ceremony endpoint with
email_code authentication. The API returns the ceremony URL.Deliver the URL
Share the ceremony URL with the recipient through your chosen channel (email, SMS, in-app link, etc.).
Recipient enters code
When the recipient opens the URL, SignatureAPI prompts them to verify their email. After they click the verification button, SignatureAPI sends them a 9-digit code by email.
Creating an email code ceremony
On envelope creation (automatic)
Set the recipient’s ceremony authentication toemail_code when creating the envelope. The ceremony URL is returned in the response.
Email code ceremony on envelope creation
ceremony.url for each recipient:
Response (excerpt)
Create Ceremony endpoint (manual)
Use the Create Ceremony endpoint to create an email code ceremony after the envelope is created.Creating a new ceremony automatically revokes any previous ceremony for that recipient. Only the most recent ceremony remains active.
Create email code ceremony
url property in the response is the ceremony URL to deliver to the recipient.
Response
Recipient experience
Email verification prompt
The recipient opens the ceremony URL and is asked to verify their email address.

Code sent by email
After the recipient clicks to verify, SignatureAPI sends them an email with the 9-digit code.

Audit log
When the recipient enters the verification code, SignatureAPI records the timestamp. The audit log entry looks like this:12/31/2025 11:59:59 PM
John Doe (#7161cf07) has authenticated using a verification code sent to john@example.com.

