Call this once per offer, at the moment it becomes visible. The impression model (served vs delivered) is explained in the overview; the render-then-confirm discipline is walked through in the Rewarded Actions guide.
Authentication
Pass your publishable key in theX-API-Key header (pk_live_* for production, pk_test_* for development). Multi-app projects also send X-Platform: api. A delivered call against a test key is accepted but not tracked. Full model: overview’s Authentication section.
Request
Path parameters
Structure
Field Reference
Response
Success is a202 with:
impressionUid are accepted (each returns 202) but are not guaranteed to be deduplicated. Send one delivered call per offer per render, retrying only calls that clearly failed (network error, non-2xx).
Example
Status codes
Related
POST /offers/feed: where each offer’simpressionUidcomes from.- Rewarded Actions guide: when and how to fire the confirmation.
- API Reference overview: the served vs delivered split.