ReferenceApi
Browse lists
Query Parameters
cursor?string
Opaque cursor from pageInfo.nextCursor.
Length
1 <= lengthlimit?integer
Range
1 <= value <= 100Default
50customerId?|
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" }}