curl --location -g --request GET 'https://api.leadfeeder.com/v1/web-visits/companies?account_id=123456&start_date=2026-01-01&end_date=2026-01-31&page[num]=1&page[size]=20&custom_feed_id=abc123def456&include=company' \
--header 'X-Api-Key: <api-key>'{
"data": [
{
"type": "company_location",
"id": "5b4f313e-46de-11e8-b981-05bebed8e58b",
"relationships": {
"company": {
"id": "129011",
"type": "company"
},
"location": {
"type": "location",
"id": "6xeTMh2VfiAzFd86n7GNJ3",
"attributes": {
"country": "Finland",
"country_code": "FI",
"region": "Uusimaa",
"region_code": "FI-18",
"city": "Helsinki",
"geonames_id": "658225",
"state_code": "FI-18"
}
}
}
}
],
"meta": {
"pagination": {
"page_num": 1,
"page_count": 1,
"total_count": 1
},
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}