get https://a.klaviyo.com/api/v2/list/
Returns information about a list.
Response
Returns information about a list.
xxxxxxxxxx
curl --request GET \
--url 'https://a.klaviyo.com/api/v2/list/LIST_ID?api_key=PRIVATE_API_KEY' \
--header 'accept: application/json'
xxxxxxxxxx
{
"list_name": "MyList",
"folder_name": "",
"created": "2021-11-04T11:07:09Z",
"updated": "2021-11-04T11:48:14Z"
}