POST
/
media-product-list
Media Product List
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/media-product-list \
  --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
promoted_offering
string
required

REQUIRED: Clear description of the advertiser and what is being promoted

brief
string

Optional: Natural language description of campaign requirements

customer_id
string

Optional: Filter to sales agents for a specific customer ID

delivery_type
string

Filter by delivery guarantee type

formats
string[]

Specific creative formats to search for

inventory_type
string

Type of inventory placement

max_cpm
number

Maximum CPM price filter

min_cpm
number

Minimum CPM price filter

publisher_ids
string[]

Specific publisher IDs to search within

Response

Successful response

data
object
message
string
success
boolean