GET
/
api
/
list
curl --request GET \
  --url https://mbzlists.com/api/list
[
  {
    "viewId": "<string>",
    "name": "<string>",
    "createdOn": "2023-11-07T05:31:56Z",
    "lastModifiedOn": "2023-11-07T05:31:56Z",
    "isPublic": true
  }
]

Response

200
application/json

A list of public lists

The response is of type object[].