curl --request GET \
--url https://api.cleartalk.ai/contacts/{id} \
--header 'x-api-key: <api-key>'{
"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 GET \
--url https://api.cleartalk.ai/contacts/{id} \
--header 'x-api-key: <api-key>'{
"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
Contact details
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