curl --request POST \
--url https://api.klipy.ai/api/v1/interactions/query \
--header 'Content-Type: application/json' \
--header 'X-Klipy-Api-Key: <api-key>' \
--data '
{
"cursor": "<string>",
"limit": 20,
"filter": {
"contactId": "<string>",
"companyId": "<string>"
}
}
'{
"object": "list",
"data": [
{
"id": "<string>",
"type": "<string>",
"direction": "<string>",
"title": "<string>",
"summary": "<string>",
"interactionDate": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"creationTime": "2023-11-07T05:31:56Z"
}
],
"page_info": {
"has_next_page": true,
"end_cursor": "<string>"
},
"meta": {
"request_id": "req_abc123",
"api_version": "1",
"timestamp": "2023-11-07T05:31:56Z"
}
}curl --request POST \
--url https://api.klipy.ai/api/v1/interactions/query \
--header 'Content-Type: application/json' \
--header 'X-Klipy-Api-Key: <api-key>' \
--data '
{
"cursor": "<string>",
"limit": 20,
"filter": {
"contactId": "<string>",
"companyId": "<string>"
}
}
'{
"object": "list",
"data": [
{
"id": "<string>",
"type": "<string>",
"direction": "<string>",
"title": "<string>",
"summary": "<string>",
"interactionDate": "2023-11-07T05:31:56Z",
"createdBy": "<string>",
"creationTime": "2023-11-07T05:31:56Z"
}
],
"page_info": {
"has_next_page": true,
"end_cursor": "<string>"
},
"meta": {
"request_id": "req_abc123",
"api_version": "1",
"timestamp": "2023-11-07T05:31:56Z"
}
}API key passed as a header
Was this page helpful?