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.
limit
integer
default: 100The pagination limit.
Response
200 - application/json
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.