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

Response

Success

data
object[]
required

The array of data returned by the API endpoint.

meta
object
required

Metadata about the paginated response.