Skip to main content
GET
/
api
/
v1
/
products
List products
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
  }
}

Response

Success

data
(object | null)[]
required

The array of data returned by the API endpoint.

The product that the review is about.

meta
object
required

Metadata about the paginated response.