GET /api/v2/notification-preferences
Returns the notification opt-ins for the authenticated user. Each opt-in pairs a notificationType with a delivery channel.
Request
curl
Parameters
None. Preferences are scoped to the authenticated user.Response
| Field | Type | Notes |
|---|---|---|
optIns[] | array | One entry per enabled notification |
optIns[].notificationType | string | The event the user is opted into (e.g. media_buy.created, creative.rejected) |
optIns[].channel | enum | email or in_app |
Errors
401 UNAUTHORIZED— missing or invalid API key.
Related
Account tasks
All account operations
Update notification preferences
Replace your opt-ins
Account overview
Concepts and hierarchy