curl -i -X POST \
https://api.hginsights.com/data-api/v1/company/installs \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'Content-Type: application/json' \
-d '{
"fields": [
"product_id",
"product_name",
"vendor_name",
"product_last_verified_date",
"product_intensity",
"country_code"
],
"filters": {
"company_id": "1698C53EBC888758570396E0334965C1",
"country_codes": {
"ids": [
"US"
],
"inclusion_method": "ANY_PRESENT"
},
"product_attributes": {
"ids": [
222
],
"inclusion_method": "ANY_PRESENT"
},
"product_categories": {
"ids": [
"319D067B229178F03BCFA1DA4AC4DEDE"
],
"inclusion_method": "ANY_PRESENT"
},
"products": {
"ids": [
814
],
"inclusion_method": "ANY_PRESENT"
},
"vendors": {
"ids": [
316
],
"inclusion_method": "ANY_PRESENT",
"product_count": {
"max": 10,
"min": 1
}
}
},
"limit": 10,
"offset": 0,
"sorts": [
{
"direction": "DESC",
"field": "product_intensity"
}
]
}'