curl --request POST \
--url https://api.klipy.ai/api/v1/people/query \
--header 'Content-Type: application/json' \
--header 'X-KLIPY-API-KEY: <api-key>' \
--data '
{
"cursor": "<string>",
"limit": 20,
"filter": {
"email": "<string>",
"phone": "<string>",
"companyId": "<string>",
"owner": "<string>"
}
}
'{
"success": true,
"nextCursor": "<string>",
"data": {
"people": [
{
"id": "<string>",
"companyId": "<string>",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"linkedin": "<string>",
"owner": "<string>",
"phone": "<string>",
"source": "<string>",
"title": "<string>",
"createdBy": "<string>",
"creationTime": "2023-11-07T05:31:56Z",
"lastInteraction": "2023-11-07T05:31:56Z"
}
]
}
}curl --request POST \
--url https://api.klipy.ai/api/v1/people/query \
--header 'Content-Type: application/json' \
--header 'X-KLIPY-API-KEY: <api-key>' \
--data '
{
"cursor": "<string>",
"limit": 20,
"filter": {
"email": "<string>",
"phone": "<string>",
"companyId": "<string>",
"owner": "<string>"
}
}
'{
"success": true,
"nextCursor": "<string>",
"data": {
"people": [
{
"id": "<string>",
"companyId": "<string>",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"linkedin": "<string>",
"owner": "<string>",
"phone": "<string>",
"source": "<string>",
"title": "<string>",
"createdBy": "<string>",
"creationTime": "2023-11-07T05:31:56Z",
"lastInteraction": "2023-11-07T05:31:56Z"
}
]
}
}Query parameters for filtering people
Cursor to start the query from
Number of records to return
20
Success
Cursor to start the next query from
Show child attributes
Show child attributes
Unique ID of person record
ID of the company this person belongs to
Email address of the person
First name of the person
Last name of the person
LinkedIn profile URL
ID of the user who owns this person record
Phone number of the person
Source of the person record (e.g., CALENDAR_EVENT)
Job title of the person
ID of the user who created this person record
Timestamp when the person record was created
Timestamp of the last interaction with this person