workspaceId (required)integrationId, organizationId, integrationName (optional)id, email – filter by specific contactlifecycleStage – lifecycle stage (e.g. lead, opportunity, customer)company – associated company namecreatedStart, createdEnd – creation date rangelastModifiedStart, lastModifiedEnd – last update date rangepage, limit – paginationcurl --location --request GET 'https://api.data.v4.marketing/v1/hubspot/contacts?workspaceId=workspace_123&integrationId&organizationId&integrationName&id&email&lifecycleStage&company&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",
"associated_company_id": "string",
"close_date": "2019-08-24T14:15:22.123Z",
"company": "string",
"create_date": "2019-08-24T14:15:22.123Z",
"email": "string",
"first_conversion_date": "2019-08-24T14:15:22.123Z",
"first_conversion_event_name": "string",
"first_deal_created_date": "2019-08-24T14:15:22.123Z",
"first_name": "string",
"hs_analytics_last_touch_converting_campaign": "string",
"hs_analytics_source": "string",
"hs_analytics_source_data_1": "string",
"hs_analytics_source_data_2": "string",
"hs_latest_source_data_1": "string",
"hs_latest_source_data_2": "string",
"hs_latest_source_timestamp": "2019-08-24T14:15:22.123Z",
"last_modified_date": "2019-08-24T14:15:22.123Z",
"last_name": "string",
"lifecycle_stage": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"archived": true,
"integration_id": "string",
"workspace_id": "string",
"organization_id": "string",
"user_id": "string",
"document_id": "string",
"inserted_at": "2019-08-24T14:15:22.123Z",
"integration_name": "string"
}
],
"meta": {
"page": 0,
"limit": 0,
"hasNextPage": true,
"hasPreviousPage": true
}
}