There are instructions below “Warning” in your screenshot you have to follow to obtain an access token (which is missing right now).
You have to create a login link and send a user to QB. They have to login and authenticate your app, then they will be redirected to your page with an access token (and often a refresh token) and your state. You have to catch this access token and make all calls with it.
Thanks Reger. I have done this with a login workflow link and I am successful in getting the authorization code, but when Quickbooks sends me to the redirect URL I get this message in a dialog box: “API Connector error: the Oauth2 API QB is not configured properly - missing access_token getting data Oauth2”
How do you “catch the access token”? I thought Bubble grabbed this automatically. Is there something I need to do to read the response and store the access token in my DB?
@trey were you able to figure out how to connect QuickBooks API? I know this was from a long time ago. I am getting an error after quickbooks redirects me.