API quick reference

Endpoints overview

You can use our public API endpoints in a variety of ways to automate and speed up your contract workflow:

Create Search Publish Manage
Create flexible, truly digital contracts:
  • Use our or your templates
  • Create contracts from PDF files
  • Add products
  • Use data fields.
Get what's important to you:
  • Contracts
  • Templates and template types
  • Workspaces
  • Contract events
  • Files in the contract.
Send contracts for signing:
  • Send contracts
  • Create access links.
Manage your contracts and their settings:
  • Manage data fields
  • Upload files
  • Delete contracts.

Quick reference table

The table below shows the list of all endpoints currently available in our public API.

📘

Note:

Please, check out our API Reference page for more details.

Accounts GET

/accounts/me

/accounts/extensions

Contracts GET

/contracts

/contracts/{id}

/contracts/{id}/comments

/contracts/{id}/comments/{id}

/contracts/{id}/data_fields

/contracts/{id}/data_fields/{id}

/contracts/{id}/events

/contracts/{id}/events/{id}

/contracts/{id}/files

/contracts/{id}/files/{id}

/contracts/{id}/files/{id}?download=true

/contracts/{id}/parties

/contracts/{id}/parties/{id}

/contracts/{id}/parties/{id}/participants/{id}

/contracts/{id}/product_groups/{id}

/contracts/{id}/product_groups/{id}/products/{id}

/contracts/{id}/reminders

/contracts/{id}/reminders/{id}

PUT

/contracts/{id}

/contracts/{id}/data_fields

/contracts/{id}/data_fields/{id}

/contracts/{id}/parties/{id}

/contracts/{id}/parties/{id}/participants/{id}

/contracts/{id}/product_groups

/contracts/{id}/product_groups/{id}

/contracts/{id}/products/{id}

/contracts/{id}/product_groups/{id}/products/{id}

/contracts/{id}/reminders/{id}

DELETE

/contracts/{id}/parties/{id}

/contracts/{id}/parties/{id}/participants/{id}

/contracts/{id}/reminders/{id}

POST

/contracts/create

/contracts/{id}/comments

/contracts/{id}/files

/contracts/{id}/participants/{id}/access_link

/contracts/{id}/parties/{id}/participants

/contracts/{id}/parties

/contracts/{id}/publish

/contracts/{id}/reminders

Folders GET

/folders

POST

/folders

PUT

/folders/{id}

DELETE

/folders/{id}

Helpers GET

/helpers/contract_create_data

/helpers/template_types/{id}/data_fields

Tags GET

/tags

POST

/tags

Templates GET

/templates

/templates/{id}

/templates/{id}/files/{id}

Template Types GET

/template_types

/template_types/{id}

DELETE

/template_types/{id}/data_fields/{id}

PUT

/template_types/{id}/data_fields

POST

/template_types

Users GET

/users

Webhooks GET

/webhooks

/webhooks/{id}

POST

/webhooks

PUT

/webhooks/{id}

DELETE

/webhooks/{id}

Workspaces GET

/workspaces

/workspaces/{id}