Skip to main content
GET
List assets

Authorizations

Authorization
string
header
required

A Sibi Public API token or access token, sent as Authorization: Bearer <token>. Resolved by the API Gateway authorizer in front of this endpoint.

Query Parameters

first
integer
default:10

Maximum number of assets to return per page

Required range: 0 < x <= 100
Example:

10

after
string

Opaque pagination cursor from a previous response next. Omit for the first page.

address
string

Whole address as a single string. Omit to browse every asset the caller can see; supply it to narrow to the assets installed at the matching property.

Example:

"1 Main St, Austin, TX 78701"

Response

Assets the caller is authorized to view

data
object[]
required
next
string | null
required

Opaque cursor for the next page; pass it as after. Null when the page came back short, i.e. there is probably nothing behind it.