workspaceId (required)integrationId (optional)organizationId (optional)createdStart, createdEndlastModifiedStart, lastModifiedEndcurl --location --request GET 'https://api.data.v4.marketing/v1/kommo/contacts?workspaceId=workspace_123&integrationId&organizationId&createdStart=2026-01-01T00:00:00Z&createdEnd=2026-01-31T23:59:59Z&lastModifiedStart=2026-01-01T00:00:00Z&lastModifiedEnd=2026-01-31T23:59:59Z&page&limit' \
--header 'x-client-id: <api-key>' \
--header 'x-client-secret: <api-key>'{
"data": [
{
"id": "string",
"name": "string",
"first_name": "string",
"last_name": "string",
"responsible_user_id": "string",
"group_id": "string",
"created_by": "string",
"updated_by": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"closest_task_at": "2019-08-24T14:15:22.123Z",
"is_deleted": true,
"is_unsorted": true,
"custom_fields_values": "string",
"id_leads": "string",
"phone": "string",
"email": "string",
"treated_phone": "string",
"integration_id": "string",
"workspace_id": "string",
"organization_id": "string",
"document_id": "string",
"inserted_at": "2019-08-24T14:15:22.123Z"
}
],
"meta": {
"page": 0,
"limit": 0,
"hasNextPage": true,
"hasPreviousPage": true
}
}