Envie
ReferenceApi

Browse lists

GET
/v1/lists

Query Parameters

cursor?string

Opaque cursor from pageInfo.nextCursor.

Length1 <= length
limit?integer
Range1 <= value <= 100
Default50
customerId?|

Response Body

application/json

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