You can use the plans resource to access plans in the Firmhouse API.
fetchAll(params?): Promise<PaginatedResponse<FirmhousePlan>>
Retrieve Plans
• params?
Parameters to filter products by
after?: null | string
null
string
Return the elements in the list that come after the specified cursor.
before?: null | string
Return the elements in the list that come before the specified cursor
first?: null | number
number
Return the first n elements from the list
last?: null | number
Return the last n elements from the list.
Promise<PaginatedResponse<FirmhousePlan>>
Promise
PaginatedResponse
FirmhousePlan
List of products with pagination info
Last updated 1 year ago
Was this helpful?