Note: Most developers don't need to call these APIs directly. The SDK widget handles authentication, syncing, and data fetching automatically. Use these endpoints only for advanced backend integrations.
Base URLs:
Production: https://sync.brandclub.com
Sandbox: https://sync-beta.brandclub.com
Authentication: All requests (except /retailers) require an OAuth access token:
Authorization: Bearer {access_token}
The SDK handles token management automatically.
Retailers (Catalog)
List Available Retailers
GET /sync/retailers
Public endpoint (no auth). Returns all retailers users can connect.