API overview
Authenticate with JWT, create envelopes, add recipients and fields, send for signature and download completed documents.
Authenticate with JWT, create envelopes, add recipients and fields, send for signature and download completed documents.
Dedicated API key management is a future workspace setting. Do not expose private tokens in client-side pages.
POST /api/envelopes
Authorization: Bearer {token}
{
"name": "Service Agreement",
"subject": "Please sign",
"templateId": null
}