Saltar para o conteúdo principal
GET
Get Campaign Bids

Autorizações

Authorization
string
header
obrigatório

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.

Parâmetros de caminho

campaign-id
string<uuid>
obrigatório

The ID of the campaign.

Parâmetros de consulta

offset
integer
padrão:0

The pagination offset.

Intervalo necessário: x >= 0
limit
integer
padrão:100

The pagination limit.

Intervalo necessário: 0 <= x <= 100

Resposta

Successful Response

The public response body of the bids endpoints.

hasMore
boolean
obrigatório

Whether this is the last page of results or not.

bids
Bid · object[]
obrigatório

An array of bids.

Maximum array length: 500
next
Next · object | null

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