post https://a.klaviyo.com/api/v2/lists
Creates a new list.
Response
Creates a new list.
xxxxxxxxxx
curl --request POST \
--url 'https://a.klaviyo.com/api/v2/lists?api_key=PRIVATE_API_KEY' \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded' \
--data list_name=MyNewList
xxxxxxxxxx
{
"list_id": "LIST_ID"
}