My problem is how do I get the api link to display the data from my collection list within webflow custom code, is this possible? Can I use javascript or jquery to make a call to this?
{
“msg”: “No API version specified on request”,
“code”: 400,
“name”: “InvalidAPIVersion”,
“path”: “/collections/580e63fc8c9a982ac9b8b745”,
“err”: “InvalidAPIVersion: No API version specified on request”
}
If you’re attempting to do this form the front end, client side, you can’t even through it’s Javascript. You need to do it from a backend, like node (or Integromat, Zapier, etc…).