Use your Snapshots API credentials to authorize requests from Wix. This typically involves obtaining an API key and secret and configuring scopes.
Securely store your Wix app credentials and set up token exchange so Wix can call Snapshots API endpoints.
Primary endpoint: GET /locations. Additional endpoints may be utilized as needed for data synchronization and management.
Trigger: when a Wix form submission includes location details.
Actions: create or update a location in Snapshots API and log the sync.
Method and path: GET /locations to fetch current data and POST/PUT to update.
Key fields: location_id, name, address, city, country.
Trigger: webhook-like events when Wix edits a location.
Actions: push updates to Snapshots API in real time.
POST /locations/{id}
Fields: id, last_modified, status.
Trigger: nightly scheduled task in Wix.
Actions: compare Wix data with Snapshots API and fix discrepancies.
GET /locations
Fields: location_id, last_seen, status.
No custom code required – configure automations with a few clicks.
Faster data syncing and accurate location data across tools.
Centralized workflows and dashboards within Wix for easy management.
This glossary defines endpoints, triggers, actions, and fields used when integrating Wix with Snapshots API.
Application Programming Interface: a set of rules that allows applications to communicate with Snapshots API.
A URL path to access a specific resource in the Snapshots API.
An event in Wix that starts an automation.
Methods to verify identity and authorize requests, such as API keys or OAuth.
When a form is submitted in Wix, automatically create a new location in Snapshots API and respond with status.
Push changes from Wix to Snapshots API in real time to avoid data drift.
Run a nightly check to reconcile data between Wix and Snapshots API.
Generate an API key/secret in the Snapshots API dashboard and store securely in Wix.
Set up endpoints, scopes, and data mappings in Wix to match Snapshots API requirements.
Run test requests, validate data flow, and deploy to production.
The Snapshots API is a scalable interface that lets apps read and write location data and related resources. It enables Wix to retrieve locations, create new entries, and synchronize changes without manual data entry. This API is designed to work with no-code automation, making it easy to connect Wix with Snapshots data seamlessly. To get started, you’ll need an API key and configure the appropriate scopes to permissions like location.read or location.write. Follow the authentication steps in this guide to securely authorize Wix calls to the Snapshots API.
Authentication is typically accomplished with API keys (and secrets) or OAuth depending on the Snapshots API setup. You’ll store credentials securely within Wix and exchange tokens as needed for each request. Always scope requests to the minimum required permissions to protect data integrity. If you use API keys, rotate them periodically and monitor for unusual activity in your API dashboard.
Most Wix plans that support app integrations can use this connector. Exact plan requirements depend on Wix’s app permissions and the Snapshots API features you enable. If your plan includes external API access and webhooks, you should be ready to configure the integration. If you’re unsure, consult Wix’s plan capabilities and the Snapshots API documentation to confirm compatibility before enabling endpoints.
The core endpoint shown is GET /locations for retrieving location data. Additional endpoints may be used for creating, updating, or validating locations as needed by your automation. The exact set will depend on which actions you enable in Wix and what data you need to sync. Refer to the API reference for a complete list of supported endpoints and their required parameters.
API documentation is located in the Snapshots API developer portal and the Wix app integration guides. These resources include endpoint references, authentication steps, example requests, and best practices for data mapping. If you can’t find what you need, reach out to support or consult community forums for practical usage examples.
Due to high volume, we will be upgrading our server soon!
Complete Operations Catalog - 126 Actions & Triggers