Assets Guide
Look up the assets installed at a property and their warranty coverage
The Assets API returns the assets Sibi has on record for a property: what the product is, where it’s installed, its dimensions, and its warranty coverage.
Benefits
- Product identity: SKU, manufacturer, category, and serial number for each installed asset
- Warranty visibility: Time-sliced coverage windows so you can tell what’s covered and when
- Address-scoped: Narrow results to the assets installed at one property
Core Concepts
Asset
A single product installed at a property, with its identity, dimensions, and warranty coverage
Warranty Coverage
A time-sliced window during which a specific set of coverage types applies to an asset
Pagination
Results are paged with an opaque cursor. Pass the previous response’s next back as after to
fetch the next page; next is null once a page comes back short.
Next Steps
Review Documentation
Development
Production
Endpoints
Assets endpoints
Every endpoint with parameters, response schemas, and code samples.