cURL
curl --request GET \ --url https://api.telli.com/v1/get-contact-by-external-id/{external_contact_id} \ --header 'Authorization: <api-key>'
{ "contact_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "external_contact_id": "<string>", "external_url": "<string>", "created_at": "2023-11-07T05:31:56Z", "in_call_since": "2023-11-07T05:31:56Z", "reached_at": "2023-11-07T05:31:56Z", "call_attempts": 123, "next_call_at": "2023-11-07T05:31:56Z" }
Retrieves detailed contact information including current call status and history using external contact id as an identifier
Was this page helpful?