Skip to main content
POST
Create Campaign Bids

Authorizations

Authorization
string
header
required

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.

Path Parameters

campaign-id
string<uuid>
required

The ID of the campaign.

Query Parameters

skip_existing_bids
boolean
default: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[]
required

An array of bids to be created.

Required array length: 1 - 500 elements

Response

Successful Response

The public response body of the bids endpoints.

hasMore
boolean
required

Whether this is the last page of results or not.

bids
Bid · object[]
required

An array of bids.

Maximum array length: 500
next
Next · object | null

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