notifications_list
Retrieve paginated notifications for the authenticated user, including invoice, sync, token, and payment alerts. Use to track important account events and status changes.
Instructions
Retrieve a paginated list of notifications for the authenticated user. Notification types include: invoice_received, invoice_paid, sync_completed, sync_failed, token_expiring, token_expired, payment_overdue, invitation_received.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (default: 1) | |
| limit | No | Number of items per page (default: 20, max: 100) |