GET
/
public
/
v1
/
campaign-service
/
campaigns
/
{campaign-id}
/
bids

Path Parameters

campaign-id
string
required

The ID of the campaign.

Query Parameters

offset
integer
default: 0

The pagination offset.

limit
integer
default: 100

The pagination limit.

Response

200 - application/json
bids
object[]
required

An array of bids.

hasMore
boolean
required

Whether this is the last page of results or not.

next
object

The parameters that should be used to fetch the next page.