Skip to main content
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 — plus every transacting buyer eligible for a new override. Buyer names are resolved for confirmation. 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 automanual flip).

Request

curl

Response

policyBypassCount and lastPolicyBypassAt record how often an enabled override auto-forwarded a buy that the policy evaluator would otherwise have held, and when the latest such bypass occurred. eligibleBuyers is derived only from media buys submitted to this storefront, so it is safe to use as the selection list for a new override. It includes buyers with enabled or disabled rows so clients can reconcile the complete trust roster. Returns 200. total is the number of override rows returned.

Errors

  • 404 NOT_FOUND — no storefront exists for the caller.
  • 401 UNAUTHORIZED — missing or invalid bearer token.
See Errors for the full error contract.

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.