patch https://a.klaviyo.com/api/lists/
Update the name of a list with the given list ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
lists:write
Responses
Update the name of a list with the given list ID.
Rate limits:
Burst: 10/s
Steady: 150/m
Scopes:
lists:write
xxxxxxxxxx
13curl --request PATCH \
--url https://a.klaviyo.com/api/lists/id \
--header 'Authorization: Klaviyo-API-Key your-private-api-key' \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--header 'revision: 2025-01-15' \
--data '
{
"data": {
"type": "list"
}
}
'
xxxxxxxxxx
}
{
"data": {
"type": "list",
"id": "Y6nRLr",
"attributes": {
"name": "Newsletter",
"created": "2022-11-08T00:00:00+00:00",
"updated": "2022-11-08T00:00:00+00:00",
"opt_in_process": "double_opt_in"
},
"relationships": {
"profiles": {
"data": [
{
"type": "profile",
"id": "string"
}
],
"links": {
"self": "string",
"related": "string"
}
},