Get an asset
Assets
Get Asset
Retrieves a specific asset by serial number.
GET
Get an asset
Overview
Retrieve details for a single asset by its serial number. Assets are identified by their unique serial number (not an auto-generated ID), making it easy to look up devices using manufacturer serial numbers or your own identifiers.Common Use Cases
- Warehouse Lookup: Scan a barcode/serial number to get asset details
- Support Queries: Find asset info during customer support calls
- Pre-Assignment Check: Verify asset details before creating a subscription
- Audit Trail: Track asset history and current assignment
Response Fields
| Field | Description |
|---|---|
serialNumber | Unique asset identifier |
sku | Product variant SKU |
productName | Product display name |
status | available, rented_out, returned, sold, or unavailable |
acquisitionCost | Your cost to acquire |
acquisitionDate | When the asset was acquired |
customerId | Current customer (if assigned) |
rentalId | Current subscription ID (if assigned) |
location | Physical location |
condition | Asset condition notes |
notes | Additional notes |
createdAt | When asset was added to system |
updatedAt | Last modification timestamp |
Asset Status Details
| Status | Meaning | Typical Scenario |
|---|---|---|
available | Ready for subscription | In warehouse, ready to ship |
rented_out | Assigned to subscription | With customer |
unavailable | Not available | Damaged, sold, retired, or in repair |
Example: Warehouse Scan Lookup
Example: Check Before Assignment
Related Endpoints
- List Assets - Browse all assets
- Update Asset - Modify asset details
- Create Subscription - Assign asset to subscription
- Get Subscription - View subscription using this asset
Authorizations
API key obtained from FlexPortal dashboard
Headers
Your tenant identifier
Path Parameters
The asset serial number
Response
Asset details
Available options:
available, rented_out, returned, sold, unavailable