I’ve downloaded the DocuSign NuGet package, and also the code examples provided by DocuSign through the quick start for comparing.
I have matched my code to the code examples downloaded within my own project. Confirmed my UserId/ImpersonationId, IntegrationKey/ClientId match from what the code examples use to what my login “Apps & Keys” have.
After attempting to call the “AuthenticateWithJwt(string api, string clientId, string impersonatedUserId, string authServer, bytee] privateKeyBytes)” I get an ApiException of “Error while requesting server, received a non successful HTTP code with response Body: ”
I’ve followed through the documentation on https://developers.docusign.com/platform/auth/jwt/jwt-get-token/
When using POSTMAN I’m able to get an access token. However, so far I’ve been unsuccessful in getting the DocuSign NuGet package code to work. I’ve tried searching around the forums for any reference to the error response I’m getting with no success.
Any help in pointing me in the right direction would be much appreciated.