cURL
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": {} } }
Set notification opt-in preferences for the authenticated user. Replaces all existing opt-ins.
API key or access token
200
Show child attributes
Update notification preferences