To start, you really don’t need the “/” after “.com” and before the “?” that starts your query parms. Also, you have probably already checked this, but in your API connector you have a placeholder in the API key parm. I am assuming you have not actually passed “MYKEY”
You’re not setting a content type header in the api connector. Often the recieving end doesn’t now how to interpret the data you send without explicitly setting a content-type in the header. Check your postman headers for content type.
I did change the real values to DOMAIN and MYKEY in the screenshot of my 1st post for security reasons. Of course I actually used valid domain and key.
Since I set the authentication to “None or self-handeld” they API-key in the domain should also not be an issue. Or I am wrong here?
Anyhow, I changed it so all parameters are set via the bubble interface. Also tried to add Content-Type: application/json to the header
Looked at the first screenshots wrong. Since everything is a URL parameter, my thought would be to copy and paste the working URL from postman into the bubble API connector and see if that works first,. If that connection works great. Now add the parameter you need to modify.
A 403 error is typically an authentication error. Are you sure that you were including everything correctly?
Jared.gibb is right about that 403 and how to test it. That having been said, it’s a bit odd to see an apikey sent in the query parms. Normally, it will be in the header, but your postman example works fine so…
Are you sure the apikey being passed in Bubble is exactly the same as that passed in Postman? Look at the first and last 5 characters and make sure you didn’t lose. a character copy/pasting.
my thought would be to copy and paste the working URL from postman into the bubble API connector and see if that works first
That’s exactly what I thought and tried…
I copied the working URL from Postman into bubble API connector.
Got the 403 so…
I added ‘Content-Type: application/json’ to the header.
Still got a 403.
Changed the endpoint url to only mydomain.com and set the parameters via Bubble api connector parameter interface.
double and quadruple checked every character
also tried to with API Key in the header as suggested by @kb1flr (thanks!)
but still getting a 403
A 403 error is typically an authentication error. Are you sure that you were including everything correctly?
Well I’m sure the values I am including are correct. But I am not sure if that is “everything”. I am missing obviously something and it’s driving me nuts. rrrrrr