Base URL
http://localhost:3000/api/v1
Authentication
All API requests require authentication via session cookie or API key header:Core Endpoints
Recommend API
Get personalized offer recommendations for a customer.Respond API
Record the outcome of a recommendation.CRUD Endpoints
All entity types follow standard REST patterns:| Method | Pattern | Description |
|---|---|---|
GET | /api/v1/{entity} | List all |
GET | /api/v1/{entity}/{id} | Get by ID |
POST | /api/v1/{entity} | Create |
PUT | /api/v1/{entity}/{id} | Update |
DELETE | /api/v1/{entity}/{id} | Delete |
actions (offers), categories, sub-categories, channels, treatments (creatives), decision-flows, schemas, connectors, pipelines, arbitration-profiles, content-items, journeys.