curl --request PATCH \
--url https://api.cleartalk.ai/contacts/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"listName": "<string>",
"tag": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"phone": "<string>",
"dateOfBirth": "<string>",
"contactSource": "<string>",
"clearTalkNotes": "<string>",
"customField": {}
}
'{
"id": 123,
"userId": 123,
"listName": "<string>",
"tag": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"phone": "<string>",
"dateOfBirth": "<string>",
"contactSource": "<string>",
"clearTalkNotes": "<string>",
"customField": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}curl --request PATCH \
--url https://api.cleartalk.ai/contacts/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"listName": "<string>",
"tag": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"phone": "<string>",
"dateOfBirth": "<string>",
"contactSource": "<string>",
"clearTalkNotes": "<string>",
"customField": {}
}
'{
"id": 123,
"userId": 123,
"listName": "<string>",
"tag": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"email": "<string>",
"phone": "<string>",
"dateOfBirth": "<string>",
"contactSource": "<string>",
"clearTalkNotes": "<string>",
"customField": {},
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}API Key for authentication
List name for the contact
Tag for the contact
First name of the contact
Last name of the contact
Email of the contact
Phone number of the contact
Date of birth of the contact
Source of the contact
Notes for the contact
Custom fields for the contact
Contact updated successfully
Contact ID
User ID
List name for the contact
Tag for the contact
First name of the contact
Last name of the contact
Email of the contact
Phone number of the contact
Date of birth of the contact
Source of the contact
Notes for the contact
Custom fields for the contact
Creation date
Last update date