API settings
Connect this Saleor app to the Personalizer integrations API.
Checking connection...
API connection
Connect this app to Personalizer using the API key from your Personalizer dashboard.
The base URL of the Personalizer integrations API.
Paste the API key you created in the Personalizer dashboard.
Where to get an API key
- Open your Personalizer dashboard.
- Navigate to Settings - API keys.
- Click Create API Key, choose an environment (test or live), and copy the generated key.
- Paste the key in the form above.
Tip: The key is only shown once when created. If you lose it, you'll need to create a new one.
Storefront integration
To enable personalization on your storefront, add these environment variables:
PERSONALIZER_API_URL=http://localhost:3001/v1 PERSONALIZER_API_KEY=pos_test_your-key-here
API endpoints
POST/v1/sessionsCreate session
GET/v1/sessions/:idGet session
POST/v1/sessions/:id/previewGenerate preview
POST/v1/sessions/:id/finalizeFinalize for order
All requests require an Authorization: Bearer <api-key> header.