Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 508 Bytes

bidders.md

File metadata and controls

23 lines (17 loc) · 508 Bytes

Prebid Server Bidder List

GET /info/bidders

This endpoint returns a list of Bidders supported by Prebid Server. These are the core values allowed to be used as request.imp[i].ext.{bidder} keys in Auction requests.

For detailed info about a specific Bidder, use /info/bidders/{bidderName}

Sample Response

This endpoint returns JSON like:

[
  "appnexus",
  "audienceNetwork",
  "pubmatic",
  "rubicon",
  "other-bidders-here"
]