cURL
curl --request PATCH \ --url https://api.agentpowers.ai/v1/users/notifications \ --header 'Content-Type: application/json' \ --data ' { "purchase_receipts": true, "payout_notifications": true, "marketing_emails": true } '
{ "purchase_receipts": true, "payout_notifications": true, "marketing_emails": false }
Upsert notification preferences. Only updates provided fields.
Partial update for notification preferences.
Successful Response
Notification preference settings.
Was this page helpful?