Skip to main content
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.
Calling without an address browses every asset the caller can see across all properties. This is meant for one-off backfills, not realtime use, and can be slow at scale — supply address to narrow to one property instead.

Next Steps

1

Review Documentation

Read through API reference and authentication requirements
2

Development

Try listing assets for a property by address
3

Production

Go live with your integration