cURL
curl --request GET \ --url https://api.withflex.com/v1/products/{id} \ --header 'Authorization: Bearer <token>'
{ "product": { "product_id": "<string>", "name": "<string>", "created_at": "<string>", "active": true, "hsa_fsa_eligibility": "not_eligible", "test_mode": true, "description": "<string>", "document_description": "<string>", "visit_type": "cbtSleep", "upc_code": "<string>", "gtin": "<string>", "reference_gtin": "<string>", "metadata": {}, "url": "<string>" } }
Returns a product object for the product with the specified ID.
Use a Bearer token to access this API.
A Product defines what you sell. Flex creates the The product can either be not eligible, elegible via auto-substantiation or elegible via letter of medical necessity.
Show child attributes