我正在研究各种数字签名api,并且我无法通过Docusign api进行身份验证。
我正在使用他们的Github回购中的第一个代码示例:https://github.com/docusign/docusign-csharp-client#usage
但是当它到达LoginInformation loginInfo = authApi.Login();
行时它会返回以下错误:
{
"errorCode": "PARTNER_AUTHENTICATION_FAILED",
"message": "The specified Integrator Key was not found or is disabled. An Integrator key was not specified."
}
我在docusign演示区的管理部分尝试了两个不同的积分键,但两次都收到错误。
非常感谢任何帮助:)
答案 0 :(得分:0)
你在oauthBasePath
使用了什么?
确保您使用的是开发人员沙盒。
DocuSign REST API Docs :: Authentication :: Working With the Authentication Service
请记住,身份验证服务使用不同的主机名 生产环境和开发人员沙箱。
https://account-d.docusign.com 开发者沙箱,也称为演示