Skip to main content
GET /api/v2/storefront/creative-reviews Lists creatives buyers have submitted to 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

Returns an array of CreativeReviewResponse objects. reviewedBy, reviewedAt, and reviewerNotes are null while a row is pending.

Errors

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

Get a review

Inspect one creative review row

Decide a review

Approve or reject a pending creative

Creative review tasks

All creative-review operations

Creative reviews overview

Queue lifecycle and concepts