All integrations

Dropbox Sign

DOCS & KNOWLEDGE · FILES & DOCS

Signature requests, templates and signing links sent from their own account.

Acts as the person, not as itself

Each user connects their own account. Every call carries both identities — the agent and the person it is acting for — so the agent can never reach past what that individual can already do.

Credentials never touch the agent

Tokens live in the vault and attach server-side at call time. The agent holds a session, not a secret, and revoking access does not mean rotating a key.

Every call on the record

Who asked, which agent acted, which action ran, and the verdict that let it through — one audit trail across every integration, not one per vendor.

What an agent can do

Each action is granted on its own. An agent allowed to read is not thereby allowed to write, and the scope beside each row is what the acting user must have connected for it to run at all.

dropboxsign_delete_api_app_by_client_idWRITE

Delete API App. Deletes an API App. Can only be invoked for apps you own. DELETE /v3/api_app/{client_id}

api
dropboxsign_delete_fax_by_fax_idWRITE

Delete Fax. Deletes the specified Fax from the system. DELETE /v3/fax/{fax_id}

api
dropboxsign_delete_fax_lineWRITE

Delete Fax Line. Deletes the specified Fax Line from the subscription. DELETE /v3/fax_line

api
dropboxsign_delete_team_destroyWRITE

Delete Team. Deletes your Team. Can only be invoked when you have a Team with only one member (yourself). DELETE /v3/team/destroy

api
dropboxsign_get_accountREAD

Get Account. Returns the properties and settings of your Account. GET /v3/account

api
dropboxsign_get_api_app_by_client_idREAD

Get API App. Returns an object with information about an API App. GET /v3/api_app/{client_id}

api
dropboxsign_get_api_app_listREAD

List API Apps. Returns a list of API Apps that are accessible by you. If you are on a team with an Admin or Developer role, this list will include apps owned by teammates. GET /v3/api_app/list

api
dropboxsign_get_bulk_send_job_by_bulk_send_job_idREAD

Get Bulk Send Job. Returns the status of the BulkSendJob and its SignatureRequests specified by the bulk_send_job_id parameter. GET /v3/bulk_send_job/{bulk_send_job_id}

api
dropboxsign_get_bulk_send_job_listREAD

List Bulk Send Jobs. Returns a list of BulkSendJob that you can access. GET /v3/bulk_send_job/list

api
dropboxsign_get_embedded_sign_url_by_signature_idREAD

Get Embedded Sign URL. Retrieves an embedded object containing a signature url that can be opened in an iFrame. GET /v3/embedded/sign_url/{signature_id}

api
dropboxsign_get_fax_by_fax_idREAD

Get Fax. Returns information about a Fax. GET /v3/fax/{fax_id}

api
dropboxsign_get_fax_lineREAD

Get Fax Line. Returns the properties and settings of a Fax Line. GET /v3/fax_line

api
dropboxsign_get_fax_line_area_codesREAD

Get Available Fax Line Area Codes. Returns a list of available area codes for a given state/province and city. GET /v3/fax_line/area_codes

api
dropboxsign_get_fax_line_listREAD

List Fax Lines. Returns the properties and settings of multiple Fax Lines. GET /v3/fax_line/list

api
dropboxsign_get_fax_listREAD

Lists Faxes. Returns properties of multiple Faxes. GET /v3/fax/list

api
dropboxsign_get_signature_request_by_signature_request_idREAD

Get Signature Request. Returns the status of the SignatureRequest specified by the signature_request_id parameter. GET /v3/signature_request/{signature_request_id}

api
dropboxsign_get_signature_request_files_as_data_uri_by_signature_request_idREAD

Download Files as Data Uri. Obtain a copy of the current documents specified by the signature_request_id parameter. GET /v3/signature_request/files_as_data_uri/{signature_request_id}

api
dropboxsign_get_signature_request_files_as_file_url_by_signature_request_idREAD

Download Files as File Url. Obtain a copy of the current documents specified by the signature_request_id parameter. Returns a JSON object with a url to the file (PDFs only). GET /v3/signature_request/files_as_file_url/{signature_request_id}

api
dropboxsign_get_signature_request_listREAD

List Signature Requests. Returns a list of SignatureRequests that you can access. This includes SignatureRequests you have sent as well as received, but not ones that you have been CCed on. GET /v3/signature_request/list

api
dropboxsign_get_teamREAD

Get Team. Returns information about your Team as well as a list of its members. If you do not belong to a Team, a 404 error with an error_name of 'not_found' will be returned. GET /v3/team

api
dropboxsign_get_team_infoREAD

Get Team Info. Provides information about a team. GET /v3/team/info

api
dropboxsign_get_team_invitesREAD

List Team Invites. Provides a list of team invites (and their roles). GET /v3/team/invites

api
dropboxsign_get_team_members_by_team_idREAD

List Team Members. Provides a paginated list of members (and their roles) that belong to a given team. GET /v3/team/members/{team_id}

api
dropboxsign_get_team_sub_teams_by_team_idREAD

List Sub Teams. Provides a paginated list of sub teams that belong to a given team. GET /v3/team/sub_teams/{team_id}

api
dropboxsign_get_template_by_template_idREAD

Get Template. Returns the Template specified by the template_id parameter. GET /v3/template/{template_id}

api
dropboxsign_get_template_files_as_data_uri_by_template_idREAD

Get Template Files as Data Uri. Obtain a copy of the current documents specified by the template_id parameter. Returns a JSON object with a data_uri representing the base64 encoded file (PDFs only). GET /v3/template/files_as_data_uri/{template_id}

api
dropboxsign_get_template_files_as_file_url_by_template_idREAD

Get Template Files as File Url. Obtain a copy of the current documents specified by the template_id parameter. Returns a JSON object with a url to the file (PDFs only). GET /v3/template/files_as_file_url/{template_id}

api
dropboxsign_get_template_listREAD

List Templates. Returns a list of the Templates that are accessible by you. Take a look at our search guide to learn more about querying templates. GET /v3/template/list

api
dropboxsign_post_account_createWRITE

Create Account. Creates a new Dropbox Sign Account that is associated with the specified email_address. POST /v3/account/create

api
dropboxsign_post_account_verifyWRITE

Verify Account. Verifies whether an Dropbox Sign Account exists for the given email address. POST /v3/account/verify

api
dropboxsign_post_api_appWRITE

Create API App. Creates a new API App. POST /v3/api_app

api
dropboxsign_post_embedded_edit_url_by_template_idWRITE

Get Embedded Template Edit URL. Retrieves an embedded object containing a template url that can be opened in an iFrame. POST /v3/embedded/edit_url/{template_id}

api
dropboxsign_post_fax_line_createWRITE

Purchase Fax Line. Purchases a new Fax Line. POST /v3/fax_line/create

api
dropboxsign_post_fax_sendWRITE

Send Fax. Creates and sends a new Fax with the submitted file(s). POST /v3/fax/send

api
dropboxsign_post_report_createWRITE

Create Report. Request the creation of one or more report(s). POST /v3/report/create

api
dropboxsign_post_signature_request_bulk_create_embedded_with_templateWRITE

Embedded Bulk Send with Template. POST /v3/signature_request/bulk_create_embedded_with_template

api
dropboxsign_post_signature_request_bulk_send_with_templateWRITE

Bulk Send with Template. POST /v3/signature_request/bulk_send_with_template

api
dropboxsign_post_signature_request_cancel_by_signature_request_idWRITE

Cancel Incomplete Signature Request. Cancels an incomplete signature request. This action is **not reversible**. The request will be canceled and signers will no longer be able to sign. POST /v3/signature_request/cancel/{signature_request_id}

api
dropboxsign_post_signature_request_create_embeddedWRITE

Create Embedded Signature Request. Creates a new SignatureRequest with the submitted documents to be signed in an embedded iFrame. POST /v3/signature_request/create_embedded

api
dropboxsign_post_signature_request_create_embedded_with_templateWRITE

Create Embedded Signature Request with Template. Creates a new SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. POST /v3/signature_request/create_embedded_with_template

api
dropboxsign_post_signature_request_release_hold_by_signature_request_idWRITE

Release On-Hold Signature Request. Releases a held SignatureRequest that was claimed and prepared from an UnclaimedDraft. POST /v3/signature_request/release_hold/{signature_request_id}

api
dropboxsign_post_signature_request_remind_by_signature_request_idWRITE

Send Request Reminder. Sends an email to the signer reminding them to sign the signature request. You cannot send a reminder within 1 hour of the last reminder that was sent. POST /v3/signature_request/remind/{signature_request_id}

api
dropboxsign_post_signature_request_remove_by_signature_request_idWRITE

Remove Signature Request Access. Removes your access to a completed signature request. This action is **not reversible**. POST /v3/signature_request/remove/{signature_request_id}

api
dropboxsign_post_signature_request_sendWRITE

Send Signature Request. Creates and sends a new SignatureRequest with the submitted documents. POST /v3/signature_request/send

api
dropboxsign_post_signature_request_send_with_templateWRITE

Send with Template. Creates and sends a new SignatureRequest based off of the Template(s) specified with the template_ids parameter. POST /v3/signature_request/send_with_template

api
dropboxsign_post_signature_request_update_by_signature_request_idWRITE

Update Signature Request. Updates the email address and/or the name for a given signer on a signature request. POST /v3/signature_request/update/{signature_request_id}

api
dropboxsign_post_team_createWRITE

Create Team. Creates a new Team and makes you a member. You must not currently belong to a Team to invoke. POST /v3/team/create

api
dropboxsign_post_team_remove_memberWRITE

Remove User from Team. Removes the provided user Account from your Team. If the Account had an outstanding invitation to your Team, the invitation will be expired. POST /v3/team/remove_member

api
dropboxsign_post_template_add_user_by_template_idWRITE

Add User to Template. Gives the specified Account access to the specified Template. The specified Account must be a part of your Team. POST /v3/template/add_user/{template_id}

api
dropboxsign_post_template_createWRITE

Create Template. Creates a template that can be used in future signature requests. If client_id is provided, the template will be created as an embedded template. POST /v3/template/create

api
dropboxsign_post_template_create_embedded_draftWRITE

Create Embedded Template Draft. The first step in an embedded template workflow. Creates a draft template that can then be further set up in the template 'edit' stage. POST /v3/template/create_embedded_draft

api
dropboxsign_post_template_delete_by_template_idWRITE

Delete Template. Completely deletes the template specified from the account. POST /v3/template/delete/{template_id}

api
dropboxsign_post_template_remove_user_by_template_idWRITE

Remove User from Template. Removes the specified Account's access to the specified Template. POST /v3/template/remove_user/{template_id}

api
dropboxsign_post_template_update_files_by_template_idWRITE

Update Template Files. Overlays a new file with the overlay of an existing template. The new file(s) must: 1. have the same or higher page count 2. the same orientation as the file(s) being replaced. POST /v3/template/update_files/{template_id}

api
dropboxsign_post_unclaimed_draft_createWRITE

Create Unclaimed Draft. Creates a new Draft that can be claimed using the claim URL. POST /v3/unclaimed_draft/create

api
dropboxsign_post_unclaimed_draft_create_embeddedWRITE

Create Embedded Unclaimed Draft. Creates a new Draft that can be claimed and used in an embedded iFrame. POST /v3/unclaimed_draft/create_embedded

api
dropboxsign_post_unclaimed_draft_create_embedded_with_templateWRITE

Create Embedded Unclaimed Draft with Template. Creates a new Draft with a previously saved template(s) that can be claimed and used in an embedded iFrame. POST /v3/unclaimed_draft/create_embedded_with_template

api
dropboxsign_post_unclaimed_draft_edit_and_resend_by_signature_request_idWRITE

Edit and Resend Unclaimed Draft. Creates a new signature request from an embedded request that can be edited prior to being sent to the recipients. Parameter test_mode can be edited prior to request. POST /v3/unclaimed_draft/edit_and_resend/{signature_request_id}

api
dropboxsign_put_accountWRITE

Update Account. Updates the properties and settings of your Account. Currently only allows for updates to the Callback URL and locale. PUT /v3/account

api
dropboxsign_put_api_app_by_client_idWRITE

Update API App. Updates an existing API App. Can only be invoked for apps you own. Only the fields you provide will be updated. PUT /v3/api_app/{client_id}

api
dropboxsign_put_fax_line_add_userWRITE

Add Fax Line User. Grants a user access to the specified Fax Line. PUT /v3/fax_line/add_user

api
dropboxsign_put_fax_line_remove_userWRITE

Remove Fax Line Access. Removes a user's access to the specified Fax Line. PUT /v3/fax_line/remove_user

api
dropboxsign_put_signature_request_edit_by_signature_request_idWRITE

Edit Signature Request. Edits and sends a SignatureRequest with the submitted documents. PUT /v3/signature_request/edit/{signature_request_id}

api
dropboxsign_put_signature_request_edit_embedded_by_signature_request_idWRITE

Edit Embedded Signature Request. Edits a SignatureRequest with the submitted documents to be signed in an embedded iFrame. PUT /v3/signature_request/edit_embedded/{signature_request_id}

api
dropboxsign_put_signature_request_edit_embedded_with_template_by_signature_request_idWRITE

Edit Embedded Signature Request with Template. Edits a SignatureRequest based on the given Template(s) to be signed in an embedded iFrame. PUT /v3/signature_request/edit_embedded_with_template/{signature_request_id}

api
dropboxsign_put_signature_request_edit_with_template_by_signature_request_idWRITE

Edit Signature Request With Template. PUT /v3/signature_request/edit_with_template/{signature_request_id}

api
dropboxsign_put_teamWRITE

Update Team. Updates the name of your Team. PUT /v3/team

api
dropboxsign_put_team_add_memberWRITE

Add User to Team. Invites a user (specified using the email_address parameter) to your Team. If the user does not currently have a Dropbox Sign Account, a new one will be created for them. PUT /v3/team/add_member

api

Put Dropbox Sign behind one governed endpoint.

Same permissions, same audit trail, whatever else you connect next.