cURL
curl --request GET \ --url https://{subdomain}.easyflows.io/api/v1/products
{ "data": [ { "id": "<string>", "ref": "<string>", "platform": "<string>", "name": "<string>", "image": "<string>", "description": "<string>" } ], "meta": { "total": 123, "page": 123, "limit": 123 } }
Success
The array of data returned by the API endpoint.
Show child attributes
Metadata about the paginated response.