Sign in

Update List Name

documented

Update the name (and attributes) of a list.

PUT /api/lists/{list_id}Listsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://a.klaviyo.com/api/lists/{{$list_id}}" \
  -X PATCH \
  -H "Authorization: Klaviyo-API-Key {{KLAVIYO_API_KEY}}" \
  -H "accept: application/vnd.api+json" \
  -H "content-type: application/vnd.api+json" \
  -H "revision: {{$revision}}" \
  -d '{"data":{"type":"list","id":"{{$list_id}}","attributes":{"name":"{{$name}}"}}}'}
Update List Name · Klaviyo · OpenIntegrations