I’ve wanted to authenticate through the Bubble API connector for the past ~3 days. I honestly don’t know where the issue could be. I am connecting to the Robinhood API for authentication.
And while this would seem like the problem is with the client_id, I have confirmed mutliple times that that Id is correct and am able to connect with the exact same code via other API connectors
That’s sound strange to me that you are calling an oAuth2 token endpoint with a basic auth. I think there’s an issue there.
Can you provide link to API Doc?
I think you should use Custom oAuth token but I’m not sure.
Unfortunately there is no official documentation.
I was writing a long post explaining why I am using basic auth but you sir, are right and this solved my issue.