Dropbox SignDropbox Sign 电子签名 API
POST/account/verify
验证账户
验证给定电子邮件地址是否存在 Dropbox Sign 账户。
通过完整的 Dropbox Sign v3 API 管理账户、签名请求、模板、团队、批量发送、文件下载、传真和事件回调;Hub 仅提供文档与本地 SDK/CLI。
请求
- operationId
accountVerify- 服务器
https://api.hellosign.com/v3- 认证
- api_key, oauth2
请求参数
无 URL、查询或 Header 参数。
Body 参数
Content-Type: application/json
字段: email_address
{
"email_address": "developer@example.com"
}响应
200
AccountVerifyResponseapplication/json
成功响应
字段: accountwarnings
4XX
ErrorResponseapplication/json
操作失败
字段: error
{
"account": {
"email_address": "developer@example.com"
},
"warnings": [
{
"warning_name": "Example Name"
}
]
}