List Resources
Resources
List Resources
List resources with cursor pagination and an optional location filter
GET
List Resources
Returns a paginated list of resources for your company, newest first. Use this endpoint to sync your Flashquotes resource catalog with an external system, populate a picker in a custom booking tool, or check what equipment is assigned to a given location.
The response includes a
Pagination
Resources use cursor-based pagination — pass theid of the last resource in the previous page as starting_after:
hasMore flag indicating whether further pages exist.
Filtering by location
Passlocation_id to return only resources attached to that location. This filter combines with pagination — you can page through resources for a single location by repeating location_id alongside starting_after.
Expand
Resources have no expandable relations. Anyexpand[] value returns 400 with the offending path echoed as param.
Sort order
Results are always sorted bycreatedAt desc. Sort order is not configurable.Authorizations
API key for authentication
Query Parameters
Page size. Default 10, maximum 100.
Required range:
1 <= x <= 100Cursor — the id of the last resource from the previous page.
Filter to resources at this location.

