Hello there,
I’m struggling for a while connecting my Wix CMS to my Make scenario. It should extract the data from my Wix CMS. I’ve followed the other (great) topics on creating a custom application, giving it the right permissions and connecting it to the website. I’ve succesfully connected the app to my Make scenario in the Wix “Make an API Call” webmodule. In the Oauth I see the connection is authorized and I see my websitename at connection. Thusfar no problems and I assume everything is as it should.
But when requesting data I keep getting a 404 error code. I’m using path cms/v2/collections/{collectionid}/items in a get method configuration. For privacy purpose I replaced the collectionid with { }.
It automaticly adds the JSON content header, technically it is not necessary in the get function but would not hurt either because there is no body. Its not possible to remove it.
I cannot find any documentation on the Make an API call GET function. I think this is the right path but would not be 100% sure. Because I have to start somewhere I’m writing this topic.
Hoping someone with some experience can help me further. Thanks!