Retrieve a list of all customers associated with your business.
Authorization header as a Bearer token.
data field containing an array of customer objects.
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the customer. |
firstname | string | Customer’s first name. |
lastname | string | Customer’s last name. |
email | string | Customer’s email address. |
phone | string | Customer’s phone number. |
balance | number | Current account balance for the customer (in smallest currency unit). |
active | boolean | Whether the customer profile is currently active. |
created_at | timestamp | Unix timestamp when the customer was created. |