Zum Hauptinhalt springen
POST
Create 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

skip_existing_bids
boolean
Standard:false

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

Body

application/json
bids
BidCreate · object[]
erforderlich

An array of bids to be created.

Required array length: 1 - 500 elements

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.