Search V3 There was a problem with the request

Hey @PowerMyAnalytic,

I’ve just gone ahead and tested the sample payload you’ve posted here and was able to get a successful response:

{
 "filterGroups": [
 {
 "filters": [
 {
 "propertyName": "createdate",
 "operator": "GTE",
 "value": 1591660800000
 },
 {
 "propertyName": "createdate",
 "operator": "LTE",
 "value": 1591747200000
 }
 ]
 }
 ],
 "properties": [
 "hs_object_id",
 "createdate",
 "hubspot_owner_id",
 "dealstage",
 "amount",
 "dealname",
 "closedate",
 "days_to_close",
 "hs_analytics_source",
 "hs_analytics_source_data_1",
 "hs_analytics_source_data_2",
 "hs_campaign",
 "hs_closed_amount",
 "hs_lastmodifieddate",
 "dealtype",
 "description"
 ],
 "limit": 100,
 "after": 0
}

The above is the payload I passed. Are you able to confirm what the error code was for these responses? We should be seeing a 400 with this message.