v18.2 Release Notes
API Endpoint Naming Consistency
Custom events API endpoints have been renamed from singular
to plural form for consistency with other API endpoints:
| Old Endpoint | New Endpoint |
|---|---|
POST /api/customEvent.upsert
| `POST |
| /api/customEvents.upsert` | |
POST /api/customEvent.import
| `POST |
| /api/customEvents.import` | |
GET /api/customEvent.get
| GET /api/customEvents.get
|
GET /api/customEvent.list
| GET /api/customEvents.list
|
|
Action Required: Update any API integrations using the
old endpoint names.