List Prices
Returns a list of your prices.
Documentation Index
Fetch the complete documentation index at: https://docs.withflex.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Use a Bearer token to access this API.
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
10
Number of objects to skip before returning results.
0
Only return prices where active matches this value.
false
Filter by product ID to return prices for a specific product.
"obj_01EXAMPLE00000000000000000"
If true, expands the product object in the response.
false
A cursor for use in pagination. starting_after is a price ID that defines your place in the list. For instance, if you make a list request and receive 20 prices, ending with fprice_xyz, your subsequent call can include starting_after=fprice_xyz to fetch the next page.
"obj_01EXAMPLE00000000000000000"
A cursor for use in pagination. ending_before is a price ID that defines your place in the list. For instance, if you make a list request and receive 20 prices, starting with fprice_abc, your subsequent call can include ending_before=fprice_abc to fetch the previous page.
"obj_01EXAMPLE00000000000000000"
Response
Success