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

Authorizations

Authorization
string
header
required

Use your Scope3 API key as the bearer token

Body

application/json
mediaBuyId
string
required

ID of the media buy to update

budget
object

Budget updates

description
string

New description

name
string

New name for the media buy

status
string

New status

Response

Successful response

data
object
message
string
success
boolean