Endpoint
Authentication
All requests must include a valid Dashboard Bearer token in theAuthorization header.
| Header | Type | Required | Description |
|---|---|---|---|
Authorization | string | Yes | Bearer <token> — obtain from Login |
Content-Type | string | Yes | application/json |
Request Body
This endpoint requires no request body.Response
A successful response returns your account’s current preferences object.| Field | Type | Description |
|---|---|---|
balance_monitoring | object | Balance monitoring configuration for your account |
balance_monitoring.enabled | boolean | Whether balance monitoring alerts are active |
balance_monitoring.threshold | string | Balance threshold that triggers an alert |
balance_monitoring.recipients | array of strings | Email addresses that receive balance alerts |
activity_emails | object | Per-event email notification toggles |
system_updates | object | System and maintenance notification toggles |