Base URL
Authentication
All requests require a bearer token. See Authentication.Surfaces
The Main API exposes two surfaces, distinguished by URL prefix:| Prefix | Audience | Auth |
|---|---|---|
/client/* | Third-party integrations and customer-built tools | Organisation-scoped API key |
/admin/* | Admin UI control plane (organisations, users, billing) | Session-based (UI use) |
/client/* surface only. The /admin/* surface is reserved for first-party use.
Versioning
The current version isv1. Breaking changes will be released under a new version prefix; non-breaking additions land in the current version.
Rate limits
Standard rate limits apply per API key. Exceeding the limit returns429 Too Many Requests with a Retry-After header indicating when to retry.
Endpoints
Endpoint pages are auto-generated from the OpenAPI specification. See the navigation sidebar for the full list, grouped by resource (Contacts, Segments, Journeys, Campaigns, Lists, Templates, Events, Projects).
<<TBD: Main API OpenAPI spec URL — spec generation pending>>
Errors
Spotzee returns conventional HTTP status codes and a machine-readable error body. See the Main API errors reference.Next
Authentication
API keys and scopes.
Errors
Status codes and error bodies.