Skip to content

Update a contact list

PATCH

https://api.responsly.com/v1/lists/{id}

  • id (number, required): ID of the contact list to be updated
  • name (string, optional): Name of the contact list
  • custom_fields (array of strings, optional): Custom fields associated with the contact list. Example:
    ["phone", "city"]

cURL

Terminal window
curl --request PATCH \
--url 'https://api.responsly.com/v1/lists/{id}' \
--header 'Authorization: Bearer <Access Token>'

Status Code: 204 No Content