-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while requesting server, received a non successful HTTP code 400 with response Body: '{"error":"consent_required"}' with docusign Navigator API #40
Comments
Are you using JWT? You will need to get consent by building a URL that goes to account-d.docusign.com with the IK and scopes. Did you do that part? |
https://developers.docusign.com/platform/auth/consent/obtaining-individual-consent/ should help you do this |
Also, if you're using JWT, you'll need the |
Sorry, I just noticed that you also had the |
I'm using jwt authorizationa flow and it works for other docusign api i am using except for the navigator api. OH, thank you InbarGazit i really don't know that the models_read scope is a reserved scope, that might be causing my error, I will try it without using the models_read scope and update you. thank you for your time |
@InbarGazit ERROR 1 --- [nio-5050-exec-3] c.c.d.h.N.service.NavigatorApiService : HTTP Error: 400 BAD_REQUEST - Response body: {"code":"BadRequest","message":"An unspecified error occurred."} `public Agreement getAgreement(String agreementId) throws Exception {
` |
@InbarGazit I just got to know docusign navigator api is not available for developers it is only for paid IAM users |
@nnam-droid12 Navigator API is in closed beta and is not restricted to paid IAM users - it is open to all developers - the next batch of approvals for the beta will be made within the next week or so. Unfortunately, this will be after the hackathon submission deadline, but beta participants are still welcome to explore Navigator API's capabilities without cost during the beta period. |
I am using the docusign navigator api for the docusign hackathon and i added the required scope adm_store_unified_repo_read and models_read but i keep getting
Caused by: com.docusign.esign.client.ApiException: Error while requesting server, received a non successful HTTP code 400 with response Body: '{"error":"consent_required"}'
and i just filled the request form for access to the navigator api beta but i don’t know how long it will take to getting approved considering timeframe, please i would appreciate your assistance
The text was updated successfully, but these errors were encountered: