Senders
Create a sender
Register a new sender email address and start the verification process
POST
Documentation Index
Fetch the complete documentation index at: https://signatureapi-daf4ee54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Sender management via API is currently in public preview. To enable it, contact support.
pending_verification status.
Once the address owner clicks the confirmation link, the sender status changes to verified. The sender can then be used on envelopes. Listen for the sender.verified or sender.failed webhook events to track the outcome.
Body parameters
The email address to register as a sender. Must be a valid email address. Maximum 320 characters.
Returns
Returns a201 Created status code and a sender object on success, or an error otherwise.