Skip to main content
GET
/
lists
/
{listId}
cURL
curl --request GET \
  --url https://my.cald.ai/client/api/v1/lists/{listId} \
  --header 'Authorization: <api-key>'
{
  "listId": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Your API key, e.g. caldLiveDe39a3accb206dd615f30d118e519df0

Path Parameters

listId
string
required

The list ID of the list

Response

List information

listId
string

The list ID of the list

name
string

The name given to the list in the MyCald Dashboard

I