cURL
curl --request PUT \ --url https://api.sendx.io/api/v1/rest/list/{identifier} \ --header 'Content-Type: application/json' \ --header 'X-Team-ApiKey: <api-key>' \ --data ' { "name": "2024 Newsletter Subscribers" } '
{ "id": "list_OcuxJHdiAvujmwQVJfd3ss", "name": "Newsletter Subscribers", "type": 123, "created": "2023-11-07T05:31:56Z", "updated": "2023-11-07T05:31:56Z" }
Updates an existing list’s settings.
Team API key for authentication. Find your API key in SendX Settings → Team API Key.
Example:
X-Team-ApiKey: your_team_api_key_here
List identifier to update
List name
"Newsletter Subscribers"
✅ List updated successfully
"list_OcuxJHdiAvujmwQVJfd3ss"
List type.
Values:
0
1
Was this page helpful?