List Customers
Customers
List Customers
Retrieve a list of all customers associated with your business.
GET
List Customers
Returns a list of your customers. The customers are returned sorted by creation date, with the most recent appearing first.Documentation Index
Fetch the complete documentation index at: https://docs.pavewaygroup.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Include your Secret Key in theAuthorization header as a Bearer token.
Response
The response is a JSON object with adata field containing an array of customer objects.
Customer Object Fields
| 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. |

