For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Dropbox Sign WebSDKsSign Up
DocumentationAPIChangelog
DocumentationAPIChangelog
  • API Quickstart
  • API Reference
    • Welcome
    • Authentication
    • Account
    • Signature Request
    • Template
    • Bulk Send Job
    • Report
    • Team
    • Unclaimed Draft
    • Embedded
    • API App
    • Fax
    • Fax Line
  • Manual Reference Pages
    • Warnings and Errors
    • Constants
    • Search
    • Premium Branding
    • Expiration
    • Glossary
      • Core Objects
      • Signers & Roles
      • Fields & Templates
      • Workflows
      • Callbacks & Events
      • Features
      • Security & Compliance
LogoLogo
Dropbox Sign WebSDKsSign Up
On this page
  • Features
  • Premium Branding
  • SMS Delivery & Verification
  • Signer PIN / Access Code
Manual Reference PagesGlossary

Features

||View as Markdown|
Was this page helpful?
Previous

Callbacks & Events

Next

Security & Compliance

Built with

Features

Premium features available depending on the Subscription plan.


Premium Branding

Brief: Customizing the visual appearance of the signing experience (colors, logo) to match application branding.

Description: Allows customizing the look and feel of the signing experience to match an application’s branding. Configured per API App.

Customizable Elements:

ElementDescription
primary_button_colorColor of primary action buttons
primary_button_text_colorText color on primary buttons
primary_button_color_hoverButton hover state color
secondary_button_colorSecondary button color
secondary_button_text_colorSecondary button text color
header_background_colorHeader area background
page_background_colorPage background color
text_color1Primary text color
text_color2Secondary text color
link_colorHyperlink color

Key Facts:

  • Configured per API App (different apps can have different branding)
  • Applies to both embedded and email-based signing
  • Logo upload available in dashboard
  • Requires a paid Subscription with the Premium Branding feature enabled

Related docs: See Premium Branding for supported branding options.


SMS Delivery & Verification

Brief: Sending signing notifications via SMS and/or requiring phone-based verification before signing.

Description: SMS features in Dropbox Sign serve two distinct purposes:

  1. SMS Delivery: The signing link is sent to the signer via text message instead of (or in addition to) email.
  2. SMS Verification: The signer must verify their phone number via an SMS code before accessing the documents (2FA-style identity verification).

Important Distinctions:

  • SMS Delivery is about how the signer receives the signing link — it replaces or supplements email delivery.
  • SMS Verification is about identity verification before signing — an additional security layer regardless of how the link was delivered.
  • These are independent features: a request can use SMS delivery without verification, verification without SMS delivery, or both.

Related docs: See the SMS Tools walkthrough for setup requirements and examples.


Signer PIN / Access Code

Brief: An additional security layer requiring signers to enter a PIN before viewing and signing documents.

Description: Signers can be required to enter a PIN (access code) before accessing documents. This adds identity verification beyond email access. The PIN must be communicated to the signer through a separate channel (phone, SMS, in-person).

How It Works:

  1. Set pin on the signer when creating the request
  2. Signer receives the signing notification
  3. Before viewing documents, signer must enter the correct PIN
  4. After entering the PIN, normal signing flow continues

Important Distinctions:

  • The PIN must be communicated through a separate channel from the signing notification (e.g., phone or SMS), otherwise the additional security layer is ineffective.
  • PIN is set per-signer — different signers on the same request can have different PINs or no PIN at all.

Related docs: See the SMS Tools walkthrough for signer authentication options.