---
title: "Dropbox Sign API Directory"
description: "Learn about the common Dropbox Sign API endpoints to get started with Dropbox Sign API Integration"
source_url: "https://www.getknit.dev/blog/dropbox-sign-api-directory"
page_type: "blog"
---

_This is an educational blog post from Knit's blog: “Dropbox Sign API Directory”._

# Dropbox Sign API Directory

Dropbox Sign, formerly HelloSign, is an electronic signature platform allowing users to securely sign, send, and manage legally binding documents online. It can be integrated seamlessly with Dropbox and other cloud services, and simplifies workflows by enabling remote collaboration and reducing the need for physical paperwork. Ideal for businesses of all sizes, Dropbox Sign ensures compliance with global e-signature laws, offering a fast and reliable contract management and document processing solution.

Dropbox Sign APIs enable developers to integrate electronic signature functionality directly into their applications. With easy-to-use endpoints, the API allows businesses to automate document workflows, request signatures, and track the status of agreements in real-time. It supports advanced features like template creation, embedded signing, and customizable branding, making it flexible for many use cases. The API also ensures security and compliance, providing audit trails and adhering to global e-signature standards like ESIGN and eIDAS.

Key highlights of Dropbox Sign APIs include:

*   **Easy Integration**: They simplify embedding e-signatures into websites or apps with minimal code.
*   **Embedded Signing**: They allow users to sign documents directly within your app or site.
*   **Templates**: They support reusable templates for recurring documents, improving workflow efficiency.
*   **Custom Branding**: They also offer white-label options for branded signing experiences.
*   **Real-time Status Tracking**: They provide real-time updates on document signing progress.
*   **Security & Compliance**: They ensure documents meet global e-signature standards (ESIGN, eIDAS) with audit trails and secure encryption.
*   **Team Management**: They support multi-user workflows and team-based access to documents.

In this article, we’ll provide an overview of the Dropbox Sign API endpoints.

## **Dropbox API Endpoints**

Here are the most commonly used Dropbox API endpoints:

#### **Account**

*   GET /v3/account
*   PUT /v3/account
*   POST /v3/account/create
*   POST /v3/account/verify

#### **Signature Request**

*   GET /v3/signature\_request/{signature\_request\_id}
*   GET /v3/signature\_request/list
*   GET /v3/signature\_request/files/{signature\_request\_id}
*   GET /v3/signature\_request/files\_as\_data\_uri/{signature\_request\_id}
*   GET /v3/signature\_request/files\_as\_file\_url/{signature\_request\_id}
*   POST /v3/signature\_request/send
*   POST /v3/signature\_request/send\_with\_template
*   POST /v3/signature\_request/bulk\_send\_with\_template
*   POST /v3/signature\_request/remind/{signature\_request\_id}
*   POST /v3/signature\_request/release\_hold/{signature\_request\_id}
*   POST /v3/signature\_request/update/{signature\_request\_id}
*   POST /v3/signature\_request/cancel/{signature\_request\_id}
*   POST /v3/signature\_request/remove/{signature\_request\_id}
*   POST /v3/signature\_request/create\_embedded
*   POST /v3/signature\_request/create\_embedded\_with\_template
*   POST /v3/signature\_request/bulk\_create\_embedded\_with\_template

#### **Templates**

*   GET /v3/template/{template\_id}
*   GET /v3/template/list
*   POST /v3/template/create
*   POST /v3/template/create\_embedded\_draft
*   POST /v3/template/delete/{template\_id}
*   GET /v3/template/files/{template\_id}
*   GET /v3/template/files\_as\_data\_uri/{template\_id}
*   GET /v3/template/files\_as\_file\_url/{template\_id}
*   POST /v3/template/update\_files/{template\_id}
*   POST /v3/template/add\_user/{template\_id}
*   POST /v3/template/remove\_user/{template\_id}

#### **Bulk Send Job**

*   GET /v3/bulk\_send\_job/{bulk\_send\_job\_id}
*   GET /v3/bulk\_send\_job/list

#### **Report**

*   POST /v3/report/create

#### **Team**

*   GET /v3/team
*   GET /v3/team/info
*   GET /v3/team/members/{team\_id}
*   GET /v3/team/sub\_teams/{team\_id}
*   POST /v3/team/create
*   PUT /v3/team
*   DELETE /v3/team/destroy
*   PUT /v3/team/add\_member
*   POST /v3/team/remove\_member

#### **Unclaimed Draft**

*   POST /v3/unclaimed\_draft/create
*   POST /v3/unclaimed\_draft/create\_embedded
*   POST /v3/unclaimed\_draft/create\_embedded\_with\_template
*   POST  /v3/unclaimed\_draft/edit\_and\_resend/{signature\_request\_id}

#### **Embedded**

*   GET /v3/embedded/sign\_url/{signature\_id}
*   POST /v3/embedded/edit\_url/{template\_id}

[Here’s a detailed reference](https://developers.hellosign.com/api/reference/) to all the Dropbox API endpoints.

Here are the frequently asked questions about Dropbox Sign APIs to help you get started:

1.  What is the rate limit for Dropbox sign API? [Answer](https://developers.hellosign.com/#rate-limits)
2.  Get Embedded Sign URL is asking for client ID [Answer](https://www.dropboxforum.com/t5/Dropbox-Sign-API/Get-Embedded-Sign-URL-is-asking-for-client-id/td-p/714559)
3.  Dropbox sign refresh token getting expired after 1 hour [Answer](https://www.dropboxforum.com/t5/Dropbox-Sign-API/Dropbox-sign-refresh-token-getting-expire-after-1-hour/td-p/693416)
4.  Create Template API Error [Answer](https://stackoverflow.com/questions/78622964/dropbox-sign-api-create-template-api-error)
5.  What is a best way to identify each document with its template after download [Answer](https://www.dropboxforum.com/t5/Dropbox-Sign-API/Dropbox-Sign-API-What-is-a-best-way-to-identify-each-document/td-p/784425)

Find more FAQs [here](https://faq.hellosign.com/hc/en-us/categories/200353247-HelloSign-API).

## **Get started with Dropbox Sign API**

Dropbox Sign API access is offered through various pricing plans: Essentials, Standard, and Premium. It also includes a test mode for trying out features before deploying them in production. For quick integration with multiple eSignature APIs, you can use Knit, a single API that connects to top SaaS platforms.

To sign up for free, [click here](https://app.getknit.dev/signup). To check the pricing, see our [pricing page](https://www.getknit.dev/pricing).


## Related pages

- [How Knit works](https://md.getknit.dev/how-knit-works)
- [Unified API product](https://md.getknit.dev/products/unified-api)
