chargeover_list_customers
List customers from ChargeOver. Returns customer records with contact details, company info, and account status. Supports pagination and status filtering.
- Operation
- Read
read - Full name
chargeover.chargeover_list_customers
| Parameter | Type | Required | Description |
|---|---|---|---|
limit | integer | no | Number of customers to return per page (default: 10, max: 500). |
page | integer | no | Page number for pagination (1-based, default: 1). |
status | string | no | Filter by customer status (e.g., "active", "inactive", "cancelled", "archive"). |