Get Account Reminders
Retrieve reminders for a specific account.
Supports:
- Pagination (`page_size`, `page`)
- Date filtering (`updated_after`, `updated_before`)
- Sorting (`order_by`)
- Completion filter (`is_completed`)
Authentication
x-api-keystring
API Key authentication via header
Path parameters
accountId
Query parameters
page_size
Number of items per page (max 100)
page
Page number (1-based)
order_by
Sort order for results
Allowed values:
updated_after
Filter items updated after this timestamp (ISO 8601)
updated_before
Filter items updated before this timestamp (ISO 8601)
is_completed
Filter by completion status
Response
List of reminders for the account
reminders
totalCount
