Signaturely
Signaturely is simple electronic signature software for sending, signing, and managing legally binding documents online. Beyond the web app, Signaturely offers a documented public REST API (base https://api.signaturely.com/api/v1) gated behind separately billed API plans (Gold, Platinum, Titanium). The API is authenticated with an API key ("Authorization: Api-Key {API_KEY}") issued from the account API settings, with OAuth, embedded signing, and embedded requesting available on higher tiers. It lets developers send signature requests from templates, bulk-send from CSV data, manage documents (list, download, share, send reminders, revert, activity), manage templates and folders, manage team members, and subscribe to webhooks for document events. There is no separate "contacts" resource; signers are supplied inline on each signature request.
APIs
Signaturely Signature Requests API
Create signature requests by populating a saved template with signers and field values, and bulk-send a single-signer template against CSV data to generate many signature reques...
Signaturely Documents API
List and delete documents, list a document's signers, read its activity log, get signed-document download URLs and shareable signing links, share a document, send signing remind...
Signaturely Templates API
List the reusable templates available to your account via API, delete a template, and download a template's file. Templates are the reusable documents that signature requests ar...
Signaturely Folders API
Create folders for documents via API, list folders (paginated), get a single folder by id, rename a folder, and move documents or folders into a specific folder to organize an a...
Signaturely Team API
List the team members on a Signaturely account with their account types, add a new team member with a role, change a team member's role, and remove a team member by email - dire...
Signaturely Webhooks API
Subscribe and unsubscribe HTTP webhook endpoints so your application is notified of document lifecycle events. Documented events include document_sent and document_completed, de...
Signaturely User API
Retrieve information about the user account tied to your API key (GET /user/by-api), useful for verifying credentials and reading account identity and role.