POST
/
media-buy-create
Create Media Buy
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/media-buy-create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "data": {},
  "message": "Operation completed successfully",
  "success": true
}

Authorizations

Authorization
string
header
required

Use your Scope3 API key as the bearer token

Body

application/json
budget
object
required

Budget allocation for this media buy

cpm
number
required

Cost per thousand impressions

mediaProductId
string
required

ID of the media product from the publisher

name
string
required

Name for this media buy

salesAgentId
string
required

ID of the sales agent handling this publisher

tacticId
string
required

ID of the parent tactic

description
string

Description of this media buy

signalCost
number

Additional cost for data signals

Response

Successful response

data
object
message
string
success
boolean