Zum Hauptinhalt springen
GET
Get Campaign Bids

Autorisierungen

Authorization
string
header
erforderlich

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.

Pfadparameter

campaign-id
string<uuid>
erforderlich

The ID of the campaign.

Abfrageparameter

offset
integer
Standard:0

The pagination offset.

Erforderlicher Bereich: x >= 0
limit
integer
Standard:100

The pagination limit.

Erforderlicher Bereich: 0 <= x <= 100

Antwort

Successful Response

The public response body of the bids endpoints.

hasMore
boolean
erforderlich

Whether this is the last page of results or not.

bids
Bid · object[]
erforderlich

An array of bids.

Maximum array length: 500
next
Next · object | null

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