Skip to main content
Participant
December 10, 2021
Question

OAuth code for backend Api in c#

  • December 10, 2021
  • 1 reply
  • 400 views

How to get Authorization code through backend apis in c#?

This topic has been closed for replies.

1 reply

Participant
December 13, 2021

You can sign up for a developer account. 

On the main account page, find Personal Preferences > Access Tokens

Then find the (+) button on the right above the table. 

Create a new one and use the Integration Key along with: "Bearer "

And use that as the Authorization Header. It should look something like:

Bearer 3AAA...........................

Test it on: REST API — Document e-signature Software — Adobe Sign

Using baseUris endpoint -> add the Bearer to the Authorization input. Then "Try it out!" button.