API Reference
All Adzen endpoints accept and return JSON. Authentication is via the
X-API-Key header on every request.
Base URLs
| Environment | URL |
|---|---|
| Sandbox | https://sandbox.adzen.ai |
| Production | https://api.adzen.ai |
Endpoints
UGC (User-Generated Content)
POST /ugc/process— Match an ad to a postPOST /ugc/impression— Record a viewable impressionPOST /ugc/disable— Suppress an ad in a thread
Keys
GET /keys/apiKey— Rotate your subscription keys
OpenAPI spec
The full machine-readable OpenAPI 3.1 spec is available at:
- Sandbox:
https://sandbox.adzen.ai/api-docs/openapi.json(opens in a new tab) - Production:
https://api.adzen.ai/api-docs/openapi.json(opens in a new tab)
Generate a client in any language using OpenAPI Generator (opens in a new tab).