Skip to main content
Participant
November 5, 2019
Question

Sign API : scope agreement_sign missing?

  • November 5, 2019
  • 2 replies
  • 894 views

Hi to all,

 

From the v6 docs : https://secure.na1.echosign.com/public/docs/restapi/v6#!/transientDocuments/createTransientDocument

it looks we need the scope 

agreement_sign

but in my developper console account API, there are only three scopes that I can check:

agreement_read, agreement_write, agreement_send

I tried to check all scopes, but the API keep saying :

{"code":"INVALID_ACCESS_TOKEN","message":"Access token provided is invalid or has expired"}

Why is that?

 

Regards,

Felix 

This topic has been closed for replies.

2 replies

Participant
September 14, 2022

Did you get this to work? I am having the same issue.

Participant
August 6, 2020

I have the same issue at the moment. Any ideas anyone?

 

P.S. The Adobe community seems to be a bit passive. Are there any Adobe engineers following this channel? I understood that this is the only support that is available at least for developers...

Participant
August 6, 2020

I'm using one admin account for authorizing the API calls and give the API user in the request. I had to add ":account" (e.g. agreement_write:account ) to each scope in order to have permission to add stuff on behalf other users.

 

That was the fix in my case at least.