Developers
Webhooks
Event-driven notifications for auction completions, billing events, and platform alerts.
Event Notifications
Configure webhook endpoints to receive real-time notifications for auction events, revenue milestones, and system alerts. All payloads are signed for verification.
- auction.complete — winning bid notification
- report.daily — daily summary delivery
- alert.threshold — revenue or fill rate alerts
- HMAC-SHA256 signature verification
Webhook Payloadhttp
POST /webhooks/auction-complete
Authorization: Bearer <api_key>
Content-Type: application/json
{
"event": "auction.complete",
"auction_id": "auc_9k2m4p",
"winning_bid": 2.45,
"currency": "USD",
"timestamp": "2026-06-10T14:32:00Z"
}Developer Resources
API base URL: https://api.adzim.net/v1
Support: support@adzim.net
Ready to partner with AdZim?
Speak with our partnerships team about integration requirements and onboarding.