cURL
curl --request PATCH \ --url https://api.telli.com/v2/contacts/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "externalId": "<string>", "externalUrl": "<string>", "salutation": "<string>", "firstName": "<string>", "lastName": "<string>", "phoneNumber": "<string>", "timezoneIana": "<string>", "email": "<string>", "properties": [ { "key": "<string>", "value": "<unknown>" } ] } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "type": "<unknown>", "externalId": "<string>", "externalUrl": "<string>", "salutation": "<string>", "firstName": "<string>", "lastName": "<string>", "phoneNumber": "<string>", "timezoneIana": "<string>", "email": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "properties": [ { "key": "<string>", "dataType": "string", "value": "<unknown>", "label": "<string>", "options": [ { "value": "<string>", "label": "<string>", "description": "<string>" } ] } ] }
Updates an existing contact. Properties are merged with existing ones after validation.
API key authentication. Use your telli API key as the bearer token.
1
1 - 50
1 - 20
Show child attributes
OK
Was this page helpful?