Base URL
Authentication
All endpoints require a Bearer token and an API version header.OAuth scopes
| Scope | Access |
|---|---|
documents.readonly | Read documents and templates |
documents.write | Send and manage documents |
Quick start
List all documents for a location:Endpoints
| Method | Path | Description |
|---|---|---|
GET | /proposals/document | List documents for a location |
POST | /proposals/document/send | Send a document to a recipient |
GET | /proposals/templates | List document templates |
POST | /proposals/templates/send | Send a template to a recipient |
Document statuses
| Status | Description |
|---|---|
draft | Document created but not yet sent |
sent | Document delivered to recipient |
viewed | Recipient has opened the document |
completed | All fields filled and signed |
accepted | Recipient accepted the document |
Related
- Invoices API — Create and send invoices to contacts
- Payments API — Process payments linked to signed documents
- Contacts API — Look up recipients by contact ID