Campaign API
Get Campaign Bids
Endpoint to retrieve all campaign’s bids.
GET
/
public
/
v1
/
campaign-service
/
campaigns
/
{campaign-id}
/
bids
Path Parameters
campaign-id
string
requiredThe ID of the campaign.
Query Parameters
offset
integer
default: 0The pagination offset.
Required range:
x > 0
limit
integer
default: 100The pagination limit.
Required range:
0 < x < 100
Response
200 - application/json
The public response body of the bids endpoints.
bids
object[]
requiredAn array of bids.
hasMore
boolean
requiredWhether this is the last page of results or not.
next
object
The parameters that should be used to fetch the next page.