List customers
Customers
List Customers
Returns a paginated list of customers.
GET
List customers
Overview
Retrieve a paginated list of customers with optional filtering and sorting. Customers are automatically created when orders are placed—you don’t need to create them separately.Customer Creation
Customers are created automatically when:- An order is placed with a new email address
- The system creates a customer record linked to that email
Common Use Cases
Customer Directory
Build customer management interfaces for your support or sales teams
CRM Integration
Sync customer data to external CRM systems like Salesforce or HubSpot
Reporting
Generate customer reports, segment customers, or analyze customer base
Support Lookup
Find customers by email or name to assist with support inquiries
Filtering Customers
Sorting Options
| Field | Description |
|---|---|
createdAt | Customer creation date (default) |
firstName | First name alphabetically |
lastName | Last name alphabetically |
email | Email address alphabetically |
totalMonthlyRevenue | Current monthly revenue from this customer |
totalDevicesRented | Number of active subscriptions |
Response Fields
Key fields in each customer object:| Field | Description |
|---|---|
customerId | Unique customer identifier |
email | Customer email address |
firstName | First name |
lastName | Last name |
company | Company name (for business customers) |
phone | Phone number |
customerType | individual or business |
status | active or inactive |
totalDevicesRented | Number of active subscriptions |
totalMonthlyRevenue | Current MRR from this customer |
createdAt | ISO 8601 timestamp |
Example: Find High-Value Customers
Related Endpoints
- Get Customer - Retrieve customer with profitability metrics
- Update Customer - Modify customer details
- List Orders - View customer’s orders
- List Subscriptions - View customer’s subscriptions
Authorizations
API key obtained from FlexPortal dashboard
Headers
Your tenant identifier
Query Parameters
Items per page (default: 50, max: 100)
Cursor for pagination
Filter by status (active, inactive)
Filter by type (individual, business)
Filter by exact email match