Get Bulk Advertiser Balances
GET/marketplaces/:marketplaceID/advertisers/balances
Returns the balances of all active advertisers in a marketplace, with pagination support.
This endpoint provides a bulk view of advertiser balances, eliminating the need to call the single-advertiser balance endpoint for each advertiser individually.
Key characteristics:
- Returns only active advertisers.
balanceis the advertiser's current balance.couponsis the total value of active coupons applied to the advertiser's account.- Results are ordered by
advertiser_id(ascending) for deterministic pagination. - Default pagination:
page=1,size=100. Maximumsizeis 500. - Invalid pagination values (zero, negative, or exceeding max) fall back to defaults.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Bulk Advertiser Balances Response
Bad Request
Unauthorized
Not Found
Internal Server Error