Skip to main content
PUT
/
notification-preferences
Update notification preferences
curl --request PUT \
  --url https://api.agentic.scope3.com/api/v2/notification-preferences \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "optIns": [
    {
      "notificationType": "brand_agent.created",
      "channel": "email"
    }
  ]
}
'
{
  "data": null,
  "error": {
    "code": "<string>",
    "message": "<string>",
    "field": "<string>",
    "details": {}
  }
}

Authorizations

Authorization
string
header
required

API key or access token

Body

application/json
optIns
object[]
required
Maximum array length: 200

Response

Update notification preferences