GET https://api.storenvy.com/v1/collections

Get a list of Collections.

Example response:
{
  "data": {
    "collections": [
      {
        "id": 1,
        "name": "My Collection",
        "description": "Description",
        "primary": false,
        "photo": "<collection_image>",
        "products": [
          1,
          2,
          3
        ]
      }
    ]
  },
  "meta": {
    "code": 200,
    "api_version": "1.0"
  }
}

The Storenvy API is in private beta.
Be one of the first to get access.

Request a Beta Invite