Update a list
Lists
Update a list
Update a contact list’s name.
PUT
Update a list
Documentation Index
Fetch the complete documentation index at: https://docs.sendkit.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key from your SendKit dashboard. Pass it as a Bearer token in the Authorization header.
Path Parameters
The list ID.
Body
application/json
The new name of the list.
Maximum string length:
255Example:
"Newsletter Subscribers"
Response
List updated successfully
Unique identifier.
Example:
"550e8400-e29b-41d4-a716-446655440000"
The name of the list.
Example:
"Newsletter"
When the list was created.
Example:
"2026-03-03 10:00:00"
When the list was last updated.
Example:
"2026-03-03 10:00:00"

