List Products
Returns a list of your products. The products are returned sorted by creation date, with the most recently created products appearing first.
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.
x >= 110
Number of objects to skip before returning results.
x >= 00
A cursor for use in pagination. starting_after is a product ID that defines your place in the list.
"obj_01EXAMPLE00000000000000000"
A cursor for use in pagination. ending_before is a product ID that defines your place in the list.
"obj_01EXAMPLE00000000000000000"
Only return products where active matches this value.
false
Filter products by their client-provided product identifier.
"string"
Filter by metadata key-value pairs using bracket syntax. For example: metadata[lookup_key]=premium-plan. Multiple keys use AND logic.
{ "lookup_key": "premium-plan" }Response
Success