list-accounts
Retrieve merchant accounts with support for pagination, sorting, and filtering by metadata, date ranges, and fields such as id, crmID, and profile.
Instructions
List merchant accounts with support for pagination, sorting, and metadata filtering. Available fields include id, crmID, userID, created, updated, and an embedded profile (email, names, address). Use metadata filtering via 'meta.key=value'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of records to return (Default: 10, Hard Max: 200) | |
| offset | No | Number of records to skip for pagination | |
| orderBy | No | Field to order results by (e.g., 'created', 'id', 'crmID') | created |
| metadata | No | Filter by account metadata. Example: {'internal_id': '123'} | |
| created_after | No | Filter records created after this ISO date (e.g. '2023-01-01T00:00:00Z') | |
| created_before | No | Filter records created before this ISO date | |
| orderDirection | No | Direction of sorting | DESC |