Update a contact's details

Change the details of a specific contact providing the contact’s id.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

RESPONSE PARAMETERS

KEYDESCRIPTION
blacklistedServicesDefines all the services for which the contact has been blacklisted.
countryThe country information of the contact.
emailThe e-mail address of the contact.
firstNameThe first name of the contact.
idThe identification of the contact.
lastNameThe last name of the contact.
groupsAll contact groups (tags) that this contact belongs to.
mobileThe mobile number of the contact.
vipIndicates whether the contact is treated as vip or not.
labelsContains the contact's labels with their respective values.
labels.nameThe name of the label.
labels.typeThe type of the label. Supported types are: Text or Number.
labels.valueThe value of the label.

ERROR CODES

STATUSCODEDESCRIPTION
404404001001Account not found
404404002001Contact not found
400400002006Custom fields are invalid
409409002013Some Custom fields share the same name
409409002005Contact mobile already exists
404404002012Custom field definition is not found
Path Params
string
required

The id of the contact to be updated.

Body Params
labels
object
string

The e-mail address of the contact.

string

The first name of the contact. The length must be between 1 and 60.

string

The last name of the contact. The length must be between 1 and 60.

string
required

The mobile number of the contact.

boolean

Indicates whether the contact is treated as vip or not. Default value false

Headers
string
required
Defaults to application/json

application/json

string
required
Defaults to Bearer {access-token}

Bearer {access-token}

Responses

Language
LoadingLoading…
Response
Choose an example:
application/json