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 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. 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.