cURL
curl --request GET \ --url https://api.withflex.com/v1/products \ --header 'Authorization: Bearer <token>'
{ "products": [ { "product_id": "<string>", "name": "<string>", "description": "<string>", "created_at": "<string>", "visit_type": "cbtSleep", "active": true, "upc_code": "<string>", "gtin": "<string>", "reference_gtin": "<string>", "hsa_fsa_eligibility": "not_eligible", "eligibility_rationale": "<string>", "test_mode": true, "metadata": {}, "url": "<string>" } ] }
Returns a list of your products. The products are returned sorted by creation date, with the most recently created products appearing first.
Use a Bearer token to access this API.
x >= 1
x >= 0
The response is of type object.
object