Skip to main content
GET /api/v2/storefront/media-buy-approvals Lists approval-queue entries for your storefront, newest first. Defaults to status=pending — the operator queue — so you do not have to thread the filter manually. Pass ?status= to see decided history.

Request

Parameters

Response

Each element is a full PendingMediaBuyResponse. reviewedBy, reviewedAt, reviewerNotes, and forwardedAt are null while an entry is pending. This endpoint returns all matching entries without pagination.

Errors

  • 400 VALIDATION_ERROR — invalid status value.
See Errors for the full error contract.

Get an approval

Inspect one queue entry

Decide an approval

Approve or reject a pending media buy

Media-buy approval tasks

All media-buy approval operations

Media-buy approvals overview

Queue lifecycle and concepts