Why am I unable to access my Wix CMS collection via the Data API despite having correct permissions and publishing the collection?

Why am I unable to access my Wix CMS collection via the Data API despite having correct permissions and publishing the collection?

I am trying to sync my Google Drive files with my Wix CMS collection named AllAccessMembership. I want to pull data via the Data API to automate updates. Specifically, I am trying to access collection metadata or fetch items using the https://www.wixapis.com/data/v2/collections/AllAccessMembership endpoint.

What I’ve tried:

  1. Confirmed the collection ID (AllAccessMembership) matches across Wix CMS and API requests.
  2. Published the site and the CMS collection multiple times.
  3. Verified that API key permissions are set to full access for all Data API endpoints.
  4. Checked collection permissions (View: Everyone, Add/Update/Delete: Admin).
  5. Used curl and Postman to send requests, which consistently return 404 errors.
  6. Verified network connectivity (able to ping wixapis.com).
  7. Followed Wix documentation for Data API setup and ensured proper authorization headers.

Additional information:

  • The response for every API request is a 404 error, which typically implies the collection is not accessible, yet everything appears correctly configured on my end.
  • I have spent considerable time troubleshooting this, including reconfirming the setup against Wix’s documentation.

Any guidance or insights would be greatly appreciated. If there’s something I’m missing, or if this is a known issue, please let me know.

Hi, Carlos_H !!

This reference might be helpful. :wink:

Thank you! That is exactly what I needed.

1 Like