Use this endpoint to retrieve all the lists of the workspace. Only lists shared with the entire workspace will be returned.
Endpoint: GET /lists
Response
Example request
curl <https://api.height.app/lists> \\
-H "Authorization: api-key secret_1234"
Example response
{
"list": [
{
"id": "123e4567-e89b-12d3-a456-426655440000",
"model": "list",
"type": "list",
"name": "general",
"description": ""
},
{
"id": "399b460a-ce77-4da3-ac3d-5dec43510712",
"model": "list",
"type": "list",
"name": "product",
"description": ""
},
[...]
]
}