wafeq_accounts_list
Retrieve paginated Wafeq accounts, filtering by classification, system status, external ID, creation/modified timestamps, or payment availability to locate the records you need.
Instructions
๐ข READ-ONLY ยท Accounts ยท GET /accounts/
List accounts
Endpoint for retrieving a list of accounts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | A page number within the paginated result set. | |
| is_system | No | Filter system accounts | |
| page_size | No | Number of results to return per page. | |
| external_id | No | External identifier | |
| classification | No | Classification | |
| created_ts_after | No | The timestamp in UTC when the account was created | |
| created_ts_before | No | The timestamp in UTC when the account was created | |
| modified_ts_after | No | The timestamp in UTC when the account was last modified | |
| is_payment_enabled | No | Is payment enabled | |
| modified_ts_before | No | The timestamp in UTC when the account was last modified |