Skip to main content
PUT
/
contact-lists
/
{id}
Update a contact list
curl --request PUT \
  --url https://api.reply.io/v3/contact-lists/{id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "name": "<string>"
}
'
{
  "id": 123,
  "name": "<string>",
  "shared": true
}

Authorizations

X-API-Key
string
header
required

API key passed in the X-API-Key header

Path Parameters

id
integer
required

Contact list ID

Body

application/json
name
string
required

New contact list name

Response

Contact list updated successfully

Contact list entity

id
integer
required

Unique identifier of the contact list

name
string
required

Contact list name

shared
boolean
required

Whether the contact list is shared across the team