GET /api/v2/notification-preferences
Returns the notification opt-in preferences for the authenticated user — the set of event types and channels they currently receive.
Request
curl
Parameters
None. Preferences are scoped to the authenticated user.Response
| Field | Type | Notes |
|---|---|---|
optIns | array | Active opt-ins for this user |
optIns[].notificationType | string | Event type the user receives (e.g. campaign.unhealthy, creative.rejected) |
optIns[].channel | enum | email or in_app |
Errors
401 UNAUTHORIZED— missing or invalid bearer token.
Related
Account tasks
All account operations
Update notification preferences
Replace your opt-ins