API Connector - Oauth2 User Agent Flow Error

I have been racking my brain for the better part of a day trying to get the API connector working with DocuSign API .

I have successfully used postman to generate a token and call my API without issue. I have also been able to take the token generated from Postman and use it within the API call when using “None or Self Managed” Authentication within Bubbles.

What I cant figure out is:

  • How to use the Oauth2 User Agent Flow to generate the token and call the API or
  • Use another method to generate the token to be used to call the API with the token from a previous step.

Here is my configuration.

Errors im getting:

Raw response for the API Status code 401 {"errorCode":"AUTHORIZATION_INVALID_TOKEN","message":"The access token provided is expired, revoked or malformed."}

I would appreciate any help!