Passer au contenu principal
GET
Get Campaign Bids

Autorisations

Authorization
string
header
requis

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.

Paramètres de chemin

campaign-id
string<uuid>
requis

The ID of the campaign.

Paramètres de requête

offset
integer
défaut:0

The pagination offset.

Plage requise: x >= 0
limit
integer
défaut:100

The pagination limit.

Plage requise: 0 <= x <= 100

Réponse

Successful Response

The public response body of the bids endpoints.

hasMore
boolean
requis

Whether this is the last page of results or not.

bids
Bid · object[]
requis

An array of bids.

Maximum array length: 500
next
Next · object | null

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