Bid request endpoint (GET method)

Endpoint for requesting ad offers. Accepts OpenRTB-compatible bid request
as URL-encoded JSON in the data parameter.

GET method reads from query parameter, POST reads from request body.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Network identifier (e.g., "1746213")

Query Params
data
object
required

URL-encoded JSON containing OpenRTB-compatible bid request.

Note: The parameter is URL-encoded, but its decoded content
must conform to the BidRequest schema defined below.

Responses

204

No Content - no available ad offers for the given request.
Empty response body.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json