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
viewId
string

The unique read ID of the list.

name
string

The name of the list.

createdOn
string

The creation timestamp of the list.

lastModifiedOn
string

The timestamp when the list was last modified.

isPublic
boolean

Indicates whether the list is public, true for all items in this route.