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

Get a Collection by ID.

Example response:
{
  "data": {
    "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