List assets
Assets
List Assets
Returns a paginated list of assets in inventory.
GET
List assets
Overview
Retrieve a paginated list of assets with optional filtering and sorting. Assets represent individual physical units tracked by serial number—laptops, phones, e-bikes, or any subscribable equipment in your inventory.Asset Lifecycle
| Status | Description |
|---|---|
available | Ready to be assigned to a subscription |
rented_out | Currently assigned to an active subscription |
unavailable | Not available (sold, damaged, retired, etc.) |
Common Use Cases
Inventory Management
Track all assets across locations and statuses
Order Fulfillment
Find available assets to assign to new subscriptions
Asset Tracking
Monitor which devices are rented and to whom
Reporting
Generate inventory reports by status, SKU, or location
Filtering Assets
Sorting Options
| Field | Description |
|---|---|
createdAt | Asset creation date (default) |
updatedAt | Last modification date |
serialNumber | Serial number alphabetically |
status | Asset status |
sku | Product SKU |
Response Fields
Key fields in each asset object:| Field | Description |
|---|---|
serialNumber | Unique asset identifier |
sku | Product variant SKU |
productName | Product display name |
status | Current asset status |
acquisitionCost | Your cost to acquire this asset |
customerId | Current customer (if assigned) |
rentalId | Current subscription ID (if assigned) |
location | Physical location (warehouse, etc.) |
notes | Additional notes |
createdAt | ISO 8601 timestamp |
Example: Find Available Assets for Order
Example: Inventory Summary
Related Endpoints
- Get Asset - Get single asset details
- Create Asset - Add new asset to inventory
- Update Asset - Modify asset details
- Create Subscription - Assign asset to subscription
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 (available, rented_out, returned, sold, unavailable)
Filter by product SKU
Filter by customer ID
Filter by rental ID