Saltar al contenido principal
POST
Create 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

skip_existing_bids
boolean
predeterminado:false

Skip creating bids that already exist. Existing bids will not be updated and will not be returned in the response.

Cuerpo

application/json
bids
BidCreate · object[]
requerido

An array of bids to be created.

Required array length: 1 - 500 elements

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.