How can I make a Hubspot API post call on search endpoint with the following:
A filter :
{
"filters": [
{
"propertyName": "lastmodifieddate",
"operator": "GT",
"value": "1900-01-01T00:00:00.000Z"
}
]
}
A limit: { "limit": 100}
Pagination: ?
{"properties":["hs_analytics_average_page_views, hs_analytics_first_referrer, etc.... "]
(I may have up to 400 properties I am attempting to retrieve.
How would I make this call on postman?