POST
/
brand-agent-create
Create Brand Agent
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/brand-agent-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
advertiserDomains
string[]
required

Domains where users will be sent from all campaigns/creatives

name
string
required

Name of the brand agent (advertiser account)

description
string

Optional description of the brand agent

externalId
string

Your internal ID for this brand agent (e.g., client code or account ID)

nickname
string

Friendly name for easy identification (e.g., 'Nike' for 'Nike c/o Kinesso')

Response

Successful response

data
object
message
string
success
boolean