GET /api/v2/storefront/buyer-auto-approvals
Returns the per-buyer media-buy auto-approve overrides on your storefront —
both enabled and disabled rows, enabled first — each with the resolved buyer
name. The storefront is resolved from your authenticated identity.
Reach for this after tightening your storefront back to mediaBuyApproval: manual,
to confirm which trusted-buyer carve-outs are still live (overrides survive an
auto → manual flip).
Request
curl
Response
policyBypassCount is how many of this buyer’s auto-forwarded media buys your
acceptance policy would have held (the buy still forwarded — this only records
it). A non-zero count is a prompt to revisit the carve-out — see
Watching the trust.
Returns 200. total is the number of rows returned.
Errors
404 NOT_FOUND— no storefront exists for the caller.401 UNAUTHORIZED— missing or invalid bearer token.
Related
Set per-buyer auto-approve
Enable or disable auto-approve for one buyer.
Per-buyer auto-approve
What the override does, and what it deliberately doesn’t.