Contracts API
Create, manage, and track contracts for signing.
Base URL:
https://apisign.io/apiCreate Contract
Signer Object
Each signer in the signers array should include:
| Field | Type | Required | Description |
|---|---|---|---|
email | string | Yes | Signer's email address |
name | string | Yes | Signer's full name |
company | string | No | Signer's company name |
signing_order | integer | Yes | Order in which to sign (1, 2, 3...) |
Get Contract
List Contracts
Contract Statuses
| Status | Description |
|---|---|
draft | Contract created but not yet sent |
sent | Contract sent to signers, awaiting signatures |
signed | All signers have completed their signatures |
cancelled | Contract was cancelled before completion |
expired | Contract expired before all signatures were collected |