Envie
ReferenceApi

Get a list

GET
/v1/lists/{id}

Path Parameters

id*string

Response Body

application/json

curl -X GET "https://example.com/v1/lists/string"
{  "id": "string",  "owner": {    "type": "customer",    "customerId": "string"  },  "name": "string",  "default": true,  "count": 0,  "items": [    {      "id": "string",      "productId": "string",      "variantId": "string",      "handle": "string",      "titleSnapshot": "string",      "addedAt": "2019-08-24T14:15:22Z"    }  ],  "share": {    "enabled": true,    "token": "string"  },  "updatedAt": "2019-08-24T14:15:22Z"}