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

Authorizations

Authorization
string
header
required

Provide a Clerk JWT or a long-lived CLI token (prefix ap_cli_). Pass as Authorization: Bearer <token>.

Response

200 - application/json

Successful Response

Notification preference settings.

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