Skip to main content
Question

REST API - EnvelopeViews : createCorrect error "access denied"

  • 24 June 2024
  • 1 reply
  • 43 views

(Post) URL:
{{baseUrl}}/v2.1/accounts/c****8/envelopes/f****d/views/correct

 

Body:

{

    "beginOnTagger": "true",

    "returnUrl": "https://www.google.com"

}

 

Reference:

createCorrectView | REST API | Docusign

 

Issue:

If we say

“beginOnTagger:true” then we get

“Login Unsuccessful Access denied . Transaction Id: a*****d RETRY LOGIN”

 

What are we missing here?


This error doesn't seem to be returned by Docusign but Salesforce. I tested the createCorrectView API via Postman, but regardless of the beginOnTagger's value, the URL returned in the response without issue. I would suggest you check whether your Salesforce environment is properly logged in, as the Docusign API doesn't return the error like that.


Reply