Having troubles connecting Webflow CMS API to Bubble.io

I am having trouble understand the documentation of Webflow, and I know that it might look quite simple to developers but for me it isn’t.

I am pretty sure I am putting the GET url command wrong.

I understand I need to implement my :site_id, :collection_id and my access_token.

I could find the access token, but I am not sure I am setting up the site_id and collection_id properly. Where do I find them?

I’ve tried different versions and all I am getting is 400 response.


So my goal is to access my content.

https://api.webflow.com/collections/posts?access_token=[my_access_token]

Am I putting the GET API right?