Convertmax exposes two distinct HTTP APIs. They use different hosts, credentials, and use cases. Pick the reference that matches what you are integrating.
Convertmax API
Base URL: https://api.convertmax.io
Use the Convertmax API when you need to send product, contact, and order data to Convertmax.
Authentication uses private API keys (private-...) with OAuth-style scopes. Tenant scope is derived from the key, not from request parameters.
Event API
Base URL: https://event.convertmax.io
Use the Event API when you need to ingest analytics and behavioral events (page views, conversions, clicks, and custom events):
POST /v1/track/for first-party event payloads- Optional Segment-compatible routes (see Segment Compatibility)
Authentication uses your tracking API key via Authorization: Bearer or the ?key= query parameter.
Event tracking
- Event Tracking — supported event names, payload shapes, and client examples
Webhooks
Send events from external systems (Make.com, your backend, Segment-style payloads) into Convertmax:
- Webhooks — routes, authentication, and payload reference
Quick comparison
| Convertmax API | Event API | |
|---|---|---|
| Host | api.convertmax.io | event.convertmax.io |
| Primary use | Product, contact, and order data | Analytics and conversion events |
| Key type | private-... scoped keys | Tracking API key |
| Typical response | Confirmation of the submitted request | {} on successful ingest |