cURL
curl --request GET \ --url https://api.agentpowers.ai/v1/users/notifications \ --header 'Authorization: Bearer <token>'
{ "purchase_receipts": true, "payout_notifications": true, "marketing_emails": false }
Return current notification preferences. Defaults if no row exists.
Provide a Clerk JWT or a long-lived CLI token (prefix ap_cli_). Pass as Authorization: Bearer <token>.
ap_cli_
Authorization: Bearer <token>
Successful Response
Notification preference settings.
Was this page helpful?