POST
/
webhook-register
Register Webhook
curl --request POST \
  --url https://api.agentic.scope3.com/rest/v1/webhook-register \
  --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
brandAgentId
string
required

Brand agent ID to register webhook for

endpoint
object
required
eventTypes
string[]
required

Event types to subscribe to (e.g., 'delivery_update', 'performance_event', 'threshold_alert')

filters
object
retryPolicy
object

Response

Successful response

data
object
message
string
success
boolean