Dropbox Sign/embeddedSignUrl

Preview only · details below

Dropbox SignDropbox Sign eSignature API

GET/embedded/sign_url/{signature_id}

Get Embedded Sign URL

Retrieves an embedded object containing a signature url that can be opened in an iFrame. Note that templates created via the embedded template process will only be accessible through the API.

Manage accounts, signature requests, templates, teams, bulk sends, file downloads, fax, and event callbacks through the complete Dropbox Sign v3 API; the Hub provides documentation and a local SDK/CLI only.

Request

operationId
embeddedSignUrl
Server
https://api.hellosign.com/v3
Authentication
api_key, oauth2

Request parameters

signature_id

pathstringrequired

The id of the signature to get a signature url for.

50e3542f738adfa7ddd4cbd4c00d2a8ab6e4194b

Responses

200

EmbeddedSignUrlResponseapplication/json

successful operation

Properties: embeddedwarnings

4XX

ErrorResponseapplication/json

failed_operation

Properties: error

{
  "embedded": {
    "sign_url": "https://example.com/resource",
    "expires_at": 0
  },
  "warnings": [
    {
      "warning_name": "Example Name"
    }
  ]
}