我在DocuSign上创建了一个新的开发者帐户,生成了集成商密钥.现在我正在尝试提交检索帐户信息的GET请求,但我不断收到错误消息"未找到或禁用集成商密钥"以下是我使用fiddler"服务集成身份验证"提交的请求:
原始http请求
GET https://www.docusign.net/restapi/v2/login_information HTTP/1.1
X-DocuSign-Authentication: {"Username": "MyEmail","Password": "MyPassword","IntegratorKey": "IntegratorKeyCreatedFromAdminConsole"}
Host: www.docusign.net
Run Code Online (Sandbox Code Playgroud)
响应:
HTTP/1.1 401 Unauthorized
Cache-Control: no-cache
Content-Length: 128
Content-Type: application/json; charset=utf-8
X-DocuSign-TraceToken: 4694b892-09cb-41aa-b5fa-307d226e9dd0
Date: Tue, 10 Jan 2017 16:26:33 GMT
Strict-Transport-Security: max-age=31536000; includeSubDomains
{
"errorCode": "PARTNER_AUTHENTICATION_FAILED",
"message": "The specified Integrator Key was not found or is disabled."
}
Run Code Online (Sandbox Code Playgroud)
谢谢您的帮助!!
| 归档时间: |
|
| 查看次数: |
2986 次 |
| 最近记录: |