cURL
curl --request PATCH \ --url https://api.reply.io/v3/lists/{id} \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data ' { "name": "Updated List Name" } '
{ "id": 1, "name": "Updated List Name" }
Coming soon. This endpoint will be available once Reply API 3.0 enters beta. We will notify all users when beta access opens. Request early access.
Updates an existing list
API key passed in the X-API-Key header
List Id
List name
List updated successfully
Unique identifier