Dropbox Sign/embeddedEditUrl

仅预览 · 原因见下方

Dropbox SignDropbox Sign 电子签名 API

POST/embedded/edit_url/{template_id}

获取嵌入模板编辑 URL

检索包含可在 iFrame 中打开的模板 url 的嵌入对象。请注意,只有通过嵌入模板流程创建的模板才可以使用此 Endpoint 进行编辑。

通过完整的 Dropbox Sign v3 API 管理账户、签名请求、模板、团队、批量发送、文件下载、传真和事件回调;Hub 仅提供文档与本地 SDK/CLI。

请求

operationId
embeddedEditUrl
服务器
https://api.hellosign.com/v3
认证
api_key, oauth2

请求参数

template_id

pathstring必填

要编辑的模板的 ID。

f57db65d3f933b5316d398057a36176831451a35

Body 参数

EmbeddedEditUrlRequest必填

Content-Type: application/json

字段: allow_edit_ccscc_roleseditor_optionsforce_signer_rolesforce_subject_messagemerge_fieldspreview_onlyshow_previewshow_progress_steppertest_mode

{
  "allow_edit_ccs": false,
  "cc_roles": [
    {}
  ],
  "editor_options": {
    "allow_edit_signers": false,
    "allow_edit_documents": false
  },
  "force_signer_roles": false,
  "force_subject_message": false,
  "merge_fields": [
    {
      "name": "Example Name",
      "type": "text"
    }
  ],
  "preview_only": false,
  "show_preview": false
}

响应

200

EmbeddedEditUrlResponseapplication/json

成功响应

字段: embeddedwarnings

4XX

ErrorResponseapplication/json

操作失败

字段: error

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