post https://a.klaviyo.com/api/lists/
Create a new list.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
lists:write
Responses
Create a new list.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
lists:write
xxxxxxxxxx
16curl --request POST \
--url https://a.klaviyo.com/api/lists/ \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'revision: 2024-05-15' \
--data '
{
"data": {
"type": "list",
"attributes": {
"name": "Newsletter"
}
}
}
'