Logo
Documo Logo

Documo APIs

Next-generation document workflow solutions. We make working with documents easy, more secure, and better for our planet.

Documo APIs

Account Request URL

-

Base Endpoint

https://app.sandbox.documo.com

Documents

Create a new document from a template or a blank document.

POST

/documents

title, template_id, template_variables, subject, message, recipients, tags, external_id, due_date, document_tags

Documents

Get information on a document.

GET

/documents/{document_id}

document_id

Documents

Update information on a document.

PUT

/documents/{document_id}

document_id, title, subject, message, recipients, tags, due_date, document_tags, external_id

Documents

Delete a document.

DELETE

/documents/{document_id}

document_id

Templates

Get information on a template.

GET

/templates/{template_id}

template_id

Templates

Create a new template.

POST

/templates

title, description, document_template, tags, variables, shared_with

Templates

Update information on a template.

PUT

/templates/{template_id}

template_id, title, description, document_template, tags, variables, shared_with

Templates

Delete a template.

DELETE

/templates/{template_id}

template_id

Recipients

Create a recipient.

POST

/recipients

name, email, custom_fields

Recipients

Get information on a recipient.

GET

/recipients/{recipient_id}

recipient_id

Recipients

Update information on a recipient.

PUT

/recipients/{recipient_id}

recipient_id, name, email, custom_fields

Recipients

Delete a recipient.

DELETE

/recipients/{recipient_id}

recipient_id

Signature Requests

Create a signature request.

POST

/signature_requests

document_ids, recipients, redirect_url, exp_date, message, subject, disable_signatures, disable_downloads, disable_invites, custom_fields, tags

Signature Requests

Get information on a signature request.

GET

/signature_requests/{request_id}

request_id

Signature Requests

Update information on a signature request.

PUT

/signature_requests/{request_id}

request_id, document_ids, recipients, redirect_url, exp_date, message, subject, disable_signatures, disable_downloads, disable_invites, custom_fields, tags

Signature Requests

Delete a signature request.

DELETE

/signature_requests/{request_id}

request_id

Details

Provider

Country HQ

US

API Type

REST

Categories

Online Fax
Documents

Alternatives

Important URLs

Last Updated on

2024-03-26

Created At

2023-12-14

Other Apps

Upskill for a better future

Want to start tracking API at scale?

Get updates about your favorite APIs and SDKs

Contact Us

We do our best to ensure that the data we release is complete, accurate, and useful. However, because we are not able to verify all the data, and because the processing required to make the data useful is complex, we cannot be held liable for omissions or inaccuracies.

ApiRefs Logo