Skip to main content
Records that a previously fetched offer was actually shown to the end user, confirming its impression. The delivered confirmation is what records an offer as seen; fetching the feed is only the served baseline.
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 the X-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 a 202 with:
Repeated confirmations for the same 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