← Tools Reference

Dropbox Sign

Dropbox Sign integration (Productivity). Imported from open-connector.

API key5 toolshttps://api.hellosign.com/v3
GET
dropbox_sign_get_account
Retrieve Dropbox Sign account properties and settings for the connected account or a specified account.

/account

2 parameters
ParamTypeRequiredDescription
accountIdstringoptionalThe Dropbox Sign account ID to retrieve.
emailAddressstringoptionalThe email address of the Dropbox Sign account to retrieve.
GET
dropbox_sign_list_signature_requests
List Dropbox Sign signature requests accessible to the connected account with optional search and pagination.

/signature_request/list

4 parameters
ParamTypeRequiredDescription
accountIdstringoptionalThe Dropbox Sign account ID to list resources for. Use all to include all team …
pageintegeroptionalThe page number to return. Dropbox Sign defaults to 1.
pageSizeintegeroptionalThe number of objects per page. Dropbox Sign supports 1 through 100.
querystringoptionalSearch terms or field filters accepted by Dropbox Sign search.
GET
dropbox_sign_get_signature_request
Retrieve one Dropbox Sign signature request by ID.

/signature_request/{signatureRequestId}

1 parameter
ParamTypeRequiredDescription
signatureRequestIdstringrequiredThe Dropbox Sign signature request ID.
GET
dropbox_sign_list_templates
List Dropbox Sign templates accessible to the connected account with optional search and pagination.

/template/list

4 parameters
ParamTypeRequiredDescription
accountIdstringoptionalThe Dropbox Sign account ID to list resources for. Use all to include all team …
pageintegeroptionalThe page number to return. Dropbox Sign defaults to 1.
pageSizeintegeroptionalThe number of objects per page. Dropbox Sign supports 1 through 100.
querystringoptionalSearch terms or field filters accepted by Dropbox Sign search.
GET
dropbox_sign_get_template
Retrieve one Dropbox Sign template by ID.

/template/{templateId}

1 parameter
ParamTypeRequiredDescription
templateIdstringrequiredThe Dropbox Sign template ID.