Skip to main content
Participant
September 30, 2021
Answered

"error": "use_oauth_v2_apis" Can someone help me get past this error?

  • September 30, 2021
  • 2 replies
  • 2687 views

"error": "use_oauth_v2_apis" Can someone help me get past this error? I'm am trying to run some Postman calls and I can not for the life of me get past this.

 

Also can someone please tell me how to get the authorization code? I keep trying to follow the documentation but it isn't very clear.

This topic has been closed for replies.
Correct answer Sunil307617239y6o

https://secure.na3.adobesign.com/public/oauth/v2

Yes, I used this url and then it worked

2 replies

andrésp71606061
Participant
October 28, 2021

I had the same problem, I fixed it by adding / v2 with the slash at the end of oauth, it looks like this: adobesign.com/public/oauth/v2?

 

Sunil307617239y6oCorrect answer
Participant
June 28, 2023

https://secure.na3.adobesign.com/public/oauth/v2

Yes, I used this url and then it worked

Participant
October 1, 2021

Hi, 

 

I believe that in all your URL's that end in  xxx/oauth/xxx like xxx/oauth/token or xxx/oauth/refresh you need to append v2 like this xxx/oauth/v2/token etc.

 

Hope it helps.