extractr docs
Management

Email notification preferences

GET
/manage/notifications

Authorization

BearerAuth
AuthorizationBearer <token>

Clerk session token (dashboard/management routes). In local dev mode use the X-Dev-User header instead.

In: header

Response Body

application/json

application/json

curl -X GET "https://example.com/manage/notifications"
{  "lowBalance": true,  "lowBalanceThresholdCredits": 500,  "receipts": true,  "productUpdates": true}
{  "error": {    "code": "invalid_api_key",    "message": "The provided API key is invalid or has been revoked."  }}