Send reminders with the Dropbox Sign API

Updated Sep 29, 2025

In this article

If you'd like to send a signature request reminder using the API please use the signer reminder endpoint. Signature request reminders can also be sent from sign.dropbox.com. Please see the link below for instructions on manually sending a signature request reminder using sign.dropbox.com.

How do I send a reminder or fresh signature link?

Finding Outstanding signature requests using the search query

To find incomplete signature requests using the search query please see the example below.

curl 'https://api.hellosign.com/v3/signature_request/list?query=complete:false'\
-u 'SIGN_IN_AND_CONFIRM_EMAIL_TO_SEE_YOUR_API_KEY_HERE:'

The API will respond with the incompleted signature requests - their associated signature IDs, and email addresses. Please see the API response below for an example.

Search query

Once you have the results please use the associated signature request ID and email address to send the signer a reminder.

Signer reminder endpoint

 

curl 'https://api.hellosign.com/v3/signature_request/remind/[:signature_request_id]' \
-u 'SIGN_IN_AND_CONFIRM_EMAIL_TO_SEE_YOUR_API_KEY_HERE:' \
-F 'email_address=example@example.com'
Was this article helpful?

Let us know how why it didn't help:

Thanks for letting us know!

Thanks for your feedback!

Community answers

Other ways to get help