curl --location -g --request POST 'https://api.leadfeeder.com/v1/web-visits?account_id=123456&page[num]=1&page[size]=20&include=company' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"start_date": "2026-01-01",
"end_date": "2026-01-31"
}'{
"data": [
{
"type": "web-visit",
"id": "5b4f313e-46de-11e8-b981-05bebed8e58b",
"attributes": {
"started_at": "2026-01-15T10:30:00.000Z",
"source": "google",
"medium": "cpc",
"campaign": "HomePage Split",
"referring_url": "https://www.google.com/search?q=dealfront",
"keyword": "website leads",
"landing_page_path": "/home",
"page_depth": 4,
"visit_length": 80,
"device_type": "smartphone",
"identifiers": {
"lf_client_id": "LF1.1.a3f8b2d1e4c90123.1742597607000",
"ga_client_ids": [
"5829104736.1742616961"
],
"adobe_cookies": [
{
"MCMID": "681245",
"MCAAMB": "RKh123Vc5",
"MCAAMLH": "6"
}
]
},
"visitor": {
"email": "john.doe@example.com",
"first_name": "John",
"last_name": "Doe"
},
"engagements": [
{
"hostname": "www.leadfeeder.com",
"page": {
"path": "/pricing/",
"title": "Pricing for all stages of growth",
"url": "http://www.dealfront.com/pricing/"
},
"previous_page_path": "(entrance)",
"has_met_goals": false,
"event_type": "page-view",
"time_on_page": 22
}
]
},
"relationships": {
"location": {
"type": "visit-location",
"id": "6xeTMh2VfiAzFd86n7GNJ3",
"attributes": {
"country": "Finland",
"country_code": "FI",
"region": "Uusimaa",
"city": "Helsinki",
"geonames_id": "658225",
"postal_code": "string"
}
},
"company": {
"id": "129011",
"type": "company"
}
}
}
],
"meta": {
"pagination": {
"page_num": 1,
"page_count": 1,
"total_count": 1
},
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}