API ReferenceStore Management API

Store Management API

Manage Stores via API

GET /stores

List all connected stores

GET /v1/stores
Authorization: Bearer YOUR_API_KEY

POST /stores

Create a new store

POST /v1/stores
{
  "name": "My Store",
  "domain": "mystore.com",
  "platform": "shopify",
  "pixelId": "123456789"
}

Was this helpful?