cURL
curl --request GET \ --url https://api.klipycrm.com/api/v1/interactions/{interactionId} \ --header 'X-KLIPY-API-KEY: <api-key>'
{ "success": true, "data": { "id": "<string>", "companies": [ "<string>" ], "contacts": [ "<string>" ], "direction": "INBOUND", "sentiment": "MEETING_REQUESTED", "source": "EMAIL", "summary": "<string>", "title": "<string>", "type": "EMAIL", "createdBy": "<string>", "creationTime": "2023-11-07T05:31:56Z", "interactionDate": "2023-11-07T05:31:56Z" } }
Unique ID of the interaction record
Success
The response is of type object.
object