Does Anyone Know Why the Webflow API Connection In Bubble Doesn't Work?

I am entering everything correctly based on the Webflow documentation here: Webflow CMS API Reference

And when I run these calls inside Postman they work flawlessly. Something with the Bubble API is preventing me from using them. Anyone have any idea what’s going on?

Key Name: Authorization
Key-Value: Bearer (your api key)

Example: Bearer 123456789

Note there’s a space after the word Bearer.

Hey! @lantzgould I actually did that and it still does not work :frowning: That’s why I created this post

Oops, I forgot to include this. Change your authentication method to Private key in header.

Still doesn’t work :frowning:

Okay I figured it out! It looks like there was some dumb caching issue in Bubble and I had to delete the call first

1 Like

Thanks!