List subscriptions
Subscriptions
List Subscriptions
Returns a paginated list of subscriptions.
GET
List subscriptions
Overview
Retrieve a paginated list of subscriptions with optional filtering and sorting. Each subscription tracks billing, payments, cost recovery, and the complete lifecycle from activation to completion.Subscription Lifecycle
- Contract completed: Reached end date naturally
- Buyout: Customer purchased the device
- Early return: Customer returned before contract end
- Cancellation: Terminated by operator
Common Use Cases
Active Subscriptions Dashboard
Monitor active subscriptions, MRR, and contract renewals
Operations Management
Track devices in the field, upcoming end dates, and required actions
Customer Support
Look up customer subscriptions during support inquiries
Financial Reporting
Generate reports on revenue, cost recovery, and profitability
Filtering Subscriptions
Subscription Status Values
| Status | Description |
|---|---|
active | Currently active subscription |
ended_completed | Contract completed naturally |
ended_buyout | Customer purchased the device |
ended_upgrade | Customer upgraded to a new device |
ended_early_return | Customer returned early |
cancelled | Subscription was cancelled |
Response Fields
Key fields in each subscription object:| Field | Description |
|---|---|
subscriptionId | Unique subscription identifier |
status | Current subscription status |
customerId | Associated customer ID |
orderId | Original order ID |
sku | Product variant SKU |
productName | Product display name |
serialNumber | Assigned asset serial number |
startDate | Subscription start date |
endDate | Subscription end date |
contractLength | Duration in months |
monthlyAmount | Monthly billing amount |
costRecovery | Cost recovery metrics |
createdAt | ISO 8601 timestamp |
Cost Recovery Metrics
Each subscription includes profitability data:Example: Find Subscriptions Ending Soon
Related Endpoints
- Get Subscription - Get detailed subscription info
- Create Subscription - Create subscription from order
- Extend Subscription - Extend contract period
- Buyout Subscription - Convert to purchase
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, cancelled, ended_completed, ended_buyout, ended_upgrade, ended_early_return)
Filter by customer ID
Filter by order ID
Filter by asset serial number