Retrieves a list of customers.
| Name | Type | Required | Description |
|---|---|---|---|
| limit | integer | No | Number of results (default: 20, max: 100). |
| cursor | string | No | Timestamp for pagination (from previous response's endCursor). |
| third_party_identifier | string | No | Filter by your internal ID. |
| customer_id | string | No | Filter by customer ID. |
curl -X GET "https://api.piggyvest.business/api/v1/customers?limit=20" \\-H "Authorization: Bearer YOUR_SECRET_KEY"Success Response (200): (Paginated list of customers; similar to wallet fetch response structure.)