cURL
curl --request GET \ --url https://api.example.com/v1/profile/notifications \ --header 'Authorization: Bearer <token>'
{ "email_notifications": true, "push_notifications": false, "categories": { "security": true, "marketing": false, "updates": true } }
Retrieve user notification preferences
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Notification settings retrieved successfully
Enable email notifications
Enable push notifications
Show child attributes