cURL
curl --request PATCH \ --url https://api.telli.com/v1/update-contact \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "first_name": "<string>", "last_name": "<string>", "phone_number": "<string>", "contact_details": {}, "salutation": "<string>", "email": "[email protected]", "timezone": "<string>", "external_contact_id": "<string>" }'
{ "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a" }
Updates an existing contact. Only provided fields will be updated, others remain unchanged.
API key must be provided as: Bearer <api_key>
Contact updated successfully
The response is of type object.
object
Was this page helpful?