Skip to main content
Version: 1.0.0

Doc E Sign API

The Doc E Sign REST API lets you send documents for signature, list and retrieve envelopes, resend signing invitations, and verify document integrity — all programmatically.

Authentication

The API accepts either of two methods on every endpoint below that requires authentication (endpoints are tried in this order):

  • API keyAuthorization: Bearer <api_key>. Generate a key from the dashboard's API settings page. Recommended for server-side integrations.
  • Session cookie — suitable when you already control a Doc E Sign browser session. See the Sandbox page for a step-by-step guide.

Authentication

API key, generated from the dashboard's API settings page. Sent as Authorization: Bearer <api_key>.

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer