List lists
$ lightfield list list
GET/v1/lists
Returns a paginated list of lists. Use offset and limit to paginate through results. See List endpoints for more information about pagination.
Required scope: lists:read
Rate limit category: Search
List lists
lightfield list list \
--api-key 'My API Key'{
"data": [
{
"id": "id",
"createdAt": "createdAt",
"fields": {
"foo": {
"value": "string",
"valueType": "ADDRESS"
}
},
"httpLink": "httpLink"
}
],
"object": "object",
"totalCount": 0
}Returns Examples
{
"data": [
{
"id": "id",
"createdAt": "createdAt",
"fields": {
"foo": {
"value": "string",
"valueType": "ADDRESS"
}
},
"httpLink": "httpLink"
}
],
"object": "object",
"totalCount": 0
}