Saltar al contenido principal
GET
Get Campaign Bids

Autorizaciones

Authorization
string
header
requerido

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 ruta

campaign-id
string<uuid>
requerido

The ID of the campaign.

Parámetros de consulta

offset
integer
predeterminado:0

The pagination offset.

Rango requerido: x >= 0
limit
integer
predeterminado:100

The pagination limit.

Rango requerido: 0 <= x <= 100

Respuesta

Successful Response

The public response body of the bids endpoints.

hasMore
boolean
requerido

Whether this is the last page of results or not.

bids
Bid · object[]
requerido

An array of bids.

Maximum array length: 500
next
Next · object | null

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