# Get all customers Retrieves a list of all customers. Supports pagination and filtering by companyId. Endpoint: GET /v1/api/customers Version: 1.0.0 Security: api-key ## Query parameters: - `companyId` (string) Filter by company ID - `skip` (number) Number of records to skip (must be a multiple of limit for accurate page numbers) - `limit` (number) Maximum number of records to return ## Response 200 fields ## Response 400 fields