---
title: "Dropbox Sign API Directory"
url: "https://lb.getknit.dev/blog/dropbox-sign-api-directory/"
date: "2026-08-13T12:59:52+00:00"
modified: "2026-08-22T15:12:28+00:00"
type: "post"
---

# Dropbox Sign API Directory

[Blog](https://lb.getknit.dev/blog) / [API Directory](https://lb.getknit.dev/blogs/api-directory/) / Dropbox Sign API Directory [API Directory](https://lb.getknit.dev/blogs/api-directory/) · August 13, 2026 

Dropbox Sign API Directory
==========================

 ![](https://storage.googleapis.com/knit-website-media/2026/08/6480513e451645aedc97356f_640d682a695339041d6fad07_Yash-3-150x150.jpeg)Yasharth Mishra

4 min read

 

 

 [](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Flb.getknit.dev%2Fblog%2Fdropbox-sign-api-directory%2F) [](https://twitter.com/intent/tweet?url=https%3A%2F%2Flb.getknit.dev%2Fblog%2Fdropbox-sign-api-directory%2F&text=Dropbox%20Sign%20API%20Directory)  

 

 

 

  Table of Contents - [Dropbox API Endpoints](#)
- [Dropbox Sign API FAQs](#)
- [Get started with Dropbox Sign API](#)
 
  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 &amp; 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.

‍

**Dropbox Sign API FAQs**
-------------------------

‍

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://dashboard.getknit.dev/signup). To check the pricing, see our [pricing page](/pricing/).

‍

 

 ![](https://storage.googleapis.com/knit-website-media/2026/08/6480513e451645aedc97356f_640d682a695339041d6fad07_Yash-3-150x150.jpeg)Written by Yasharth Mishra

Unifying the world of integration with Knit

 

 

 

 

 

   Keep Reading
------------

  ![](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-yellow-scaled-640x400.png) [API Directory](https://lb.getknit.dev/blogs/api-directory/) 

### [Get Started with Darwinbox API: Complete Integration Guide](https://lb.getknit.dev/blog/a-to-z-of-integrating-with-darwinbox-api/)

Solve all your doubts about integrating with Darwinbox API with this guide

 August 13, 2026 · 4 min read 

 

   ![](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-green-640x400.png) [API Directory](https://lb.getknit.dev/blogs/api-directory/) 

### [Get Started with SuccessFactors API](https://lb.getknit.dev/blog/get-started-with-successfactors-api/)

Read this before you integrate with SuccessFactors API. We've got you all covered from endpoints to SuccessFactors API use cases…

 August 13, 2026 · 3 min read 

 

   ![](https://storage.googleapis.com/knit-website-media/2026/08/blog-banner-red-scaled-640x400.png) [API Directory](https://lb.getknit.dev/blogs/api-directory/) 

### [Get Started with Lever API](https://lb.getknit.dev/blog/lever-api/)

Get everything you need to get started with Lever ATS API in one place

 August 13, 2026 · 3 min read 

 

  

 

  \#1 in Ease of Integrations
---------------------------

![4.9 out of 5 stars](/wp-content/themes/knit/assets/images/g2/g2-star-rating.svg)

4.9 out of 5 stars on G2

![G2 Leader, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-leader.svg)![G2 Fastest Implementation, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-fastest-implementation.svg)![G2 High Performer, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-high-performer.svg)![G2 Best Est. ROI, Spring 2026](/wp-content/themes/knit/assets/images/g2/g2-best-roi.svg)

 

  Put Integrations on Autopilot. Talk to Experts.
-----------------------------------------------

Knit is loved by customers across the globe due to our seamless product and white glove support. You'll love us too!

 [Talk to a Human](/book-demo)
