API reference
Version 1.3.0-m4. Base URL https://signenvoystaging.fly.dev/v1.
Rendered from the OpenAPI 3.1 document, the same
file the official clients are generated from.
Authenticate with Authorization: Bearer <api key>. Every
response carries X-SignEnvoy-Envelopes-Remaining and the
X-RateLimit-* headers; every error is an
application/problem+json document whose docs_url
points into the error reference. Send an
Idempotency-Key on any POST you may retry.
Account
- GET
/v1/meMe
API keys
- GET
/v1/keysList Keys - POST
/v1/keysCreate Key - POST
/v1/keys/{key_id}/revokeRevoke Key
Documents
- GET
/v1/documentsList Documents - POST
/v1/documentsCreate Document - GET
/v1/documents/{doc_id}Get Document - PATCH
/v1/documents/{doc_id}Patch Document - PUT
/v1/documents/{doc_id}/contentUpload Document Content - GET
/v1/documents/{doc_id}/downloadDownload Document - POST
/v1/documents/{doc_id}/duplicateDuplicate Document - GET
/v1/documents/{doc_id}/eventsDocument Events - PUT
/v1/documents/{doc_id}/fieldsPut Fields - POST
/v1/documents/{doc_id}/finalizeFinalize Document - PUT
/v1/documents/{doc_id}/recipientsPut Recipients - POST
/v1/documents/{doc_id}/sendSend Document - POST
/v1/documents/{doc_id}/voidVoid Document
Templates
- GET
/v1/templatesList Templates - POST
/v1/templatesCreate Template - GET
/v1/templates/{tpl_id}Get Template - PATCH
/v1/templates/{tpl_id}Patch Template - DELETE
/v1/templates/{tpl_id}Delete Template - POST
/v1/templates/{tpl_id}/duplicateDuplicate Template - POST
/v1/templates/{tpl_id}/useUse Template
Webhook endpoints
- GET
/v1/webhooksList Webhooks - POST
/v1/webhooksCreate Webhook - PATCH
/v1/webhooks/{webhook_id}Patch Webhook - DELETE
/v1/webhooks/{webhook_id}Delete Webhook - GET
/v1/webhooks/{webhook_id}/deliveriesList Deliveries - POST
/v1/webhooks/{webhook_id}/deliveries/{delivery_id}/redeliverRedeliver - POST
/v1/webhooks/{webhook_id}/disableDisable Webhook - POST
/v1/webhooks/{webhook_id}/pingPing Webhook - POST
/v1/webhooks/{webhook_id}/rotate-secretRotate Secret
auth
- POST
/v1/device/codeDevice Code - POST
/v1/device/tokenDevice Token
bulk-sends
- GET
/v1/bulk-sendsList Bulk Sends - POST
/v1/bulk-sendsCreate Bulk Send - GET
/v1/bulk-sends/{bulk_send_id}Get Bulk Send - POST
/v1/bulk-sends/{bulk_send_id}/cancelCancel Bulk Send - POST
/v1/bulk-sends/{bulk_send_id}/dispatchDispatch Bulk Send
events
- GET
/v1/events/streamEvent Stream
folders
- GET
/v1/foldersList Folders - POST
/v1/foldersCreate Folder - PATCH
/v1/folders/{folder_id}Patch Folder - DELETE
/v1/folders/{folder_id}Delete Folder
Schemas
Request and response object definitions.