List assets
Assets
List assets
Returns a list of active fixed assets for the specified business. Results are paginated; see Pagination for details.
GET
List assets
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The UUID of the business.
Query Parameters
Field to sort by. Defaults to created_at.
Sort direction. Defaults to ASC.
Available options:
ASC, DESC Pagination cursor returned by the previous list request. Omit for the first page.
Maximum number of results to return. Defaults to 100.
If true, include total_count in the pagination metadata. Has a performance cost; defaults to false.