Signeasy
Signeasy is an eSignature and intelligent contract management platform used by tens of thousands of businesses to sign, send, and manage documents. The Signeasy API (v3) is a RESTful eSignature API that lets developers send documents for signature (envelopes), embed signing and sending flows directly inside their own web and mobile apps via iframes, manage reusable templates with merge fields, upload original documents, and receive real-time signature lifecycle notifications through webhooks. All endpoints are served from https://api.signeasy.com/v3 and authenticated with OAuth 2.0 Bearer access tokens (sandbox and live).
APIs
Signeasy Envelopes API
Create and send envelopes - signature requests composed of one or many original documents and templates, sent to up to 45 signers. Retrieve the envelope (pending file) object an...
Signeasy Originals API
Upload original (master) documents that can be reused to send out signature requests. Originals are the raw source files that envelopes and templates are built from.
Signeasy Templates API
Manage reusable templates - documents with predefined roles and merge fields that automate signature requests. Update a template and fetch an embedded template-creation URL so u...
Signeasy Embedded Signing API
Embed signing and sending directly in your web or mobile app. Create embedded signature requests (no Signeasy emails sent), generate per-recipient signing URLs to load in an ifr...
Signeasy Webhooks API
Subscribe an HTTP endpoint to signature-request lifecycle events - rs.initiated, rs.link_sent, rs.viewed, rs.signed, rs.completed, rs.declined, rs.reminded, rs.expired, rs.voide...
Signeasy Users API
Fetch the authenticated user's details via GET /me/, including account information and remaining envelope credits used to gauge available signature request volume.