# Customer listing Fetch a paginated list of customers with optional filters like date range, search query and limit. Endpoint: GET /customers Version: 1.0.0 Security: BearerAuth ## Query parameters: - `date` (string) Filter customers created on a specific date. Example: "2024-12-06" - `query` (string) Search for customers by name or description. Example: "Christie" - `limit` (integer) Limit the number of results per page. Example: 100 ## Header parameters: - `Accept` (string, required) The response format must be JSON. Example: "application/json" ## Response 200 fields