Skip to main content
GET
/
v1
/
users
/
notifications
Get Notification Preferences
curl --request GET \
  --url https://api.agentpowers.ai/v1/users/notifications
{
  "purchase_receipts": true,
  "payout_notifications": true,
  "marketing_emails": false
}

Response

200 - application/json

Successful Response

Notification preference settings.

purchase_receipts
boolean
default:true
payout_notifications
boolean
default:true
marketing_emails
boolean
default:false