GeoCopyGeoCopy

← Back to Integrations

Connect Wix to GeoCopy

GeoCopy publishes to your Wix blog using a Wix app install. You approve permissions once in Wix; GeoCopy stores an encrypted app instance ID server-side and mints short-lived API tokens when publishing.

Before you connect

Connect in GeoCopy

  1. Open Integrations → Wix in the GeoCopy portal.
  2. Click Connect, then Install on Wix.
  3. Sign in to Wix, choose the site, and approve permissions for blog and media management.
  4. After install, Wix redirects back to GeoCopy. Your site appears as connected.

Permissions GeoCopy requests

Wix Developers setup (GeoCopy team)

To run this integration in your own environment, create a self-hosted Wix app in the Wix Developers Center:

  1. Add the permissions listed above.
  2. Enable the external install flow with callback URL https://yourdomain.com/api/auth/wix/callback.
  3. Register webhook endpoint https://yourdomain.com/api/webhooks/wix for app instance removed events.
  4. Set WIX_APP_ID, WIX_APP_SECRET, and WIX_PUBLIC_KEY in your environment.

Troubleshooting