Introduction
Build on Oppizi — track conversions, send postcards, and read your campaign data.
The Oppizi API is organized around REST. It has predictable, resource-oriented URLs, accepts JSON request bodies, returns JSON-encoded responses, and uses standard HTTP response codes and verbs.
Everything you build against is scoped to your own client account. You authenticate with a client key (a Bearer token), and every key only ever sees the data belonging to that client.
What you can do
- Track events — record conversions, signups, purchases and custom events (Tracking).
- Send postcards — trigger physical postcards to your customers (Postcards).
- Read campaign data — list your campaigns and missions and pull performance metrics (API Reference).
Base URL
https://developer-api.oppizi.comNext steps
- Authentication — how client keys and the Bearer header work.
- Quickstart — make your first authenticated request.
- API Reference — the generated
/clientendpoint reference.