Skip to main content
GET
Get Campaign Bids

Authorizations

Authorization
string
header
required

A valid API key generated in Topsort's UI. Use the TSE API key if calling auctions or events API, otherwise use the TSC API key.

Path Parameters

campaign-id
string<uuid>
required

The ID of the campaign.

Query Parameters

offset
integer
default:0

The pagination offset.

Required range: x >= 0
limit
integer
default:100

The pagination limit.

Required range: 0 <= x <= 100

Response

Successful Response

The public response body of the bids endpoints.

hasMore
boolean
required

Whether this is the last page of results or not.

bids
Bid · object[]
required

An array of bids.

Maximum array length: 500
next
Next · object | null

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