Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://{subdomain}.easyflows.io/api/v1/products
{ "data": [ { "id": "0b0abfba-18a4-4b7e-9179-e0cec1f2994f", "ref": "tebex-5ea84f", "platform": "tebex", "name": "Example Product", "image": "https://example.com/image.jpg", "description": "This is an example product." } ], "meta": { "total": 1, "page": 1, "limit": 20 } }
Success
The array of data returned by the API endpoint.
The product that the review is about.
Show child attributes
Metadata about the paginated response.