We are using the following url for the API and we get a result of all the contacts. It does not appear like there is any filter happening. https://.api-us1.com/api/3/contacts?limit=100&offset=0&filters[created_after]=2021-02-10T22:12:75
Is there something we can do to make the filter work by creation date?
I’ve been digging into the date filtering for our v3 APIs, and it appears that the /api/3/contacts endpoint expects dates to be in UNIX (epoch) timestamp format. Here’s an online Unix Time Stamp Converter that includes more information on the UNIX timestamp format.
By the way, I’ve created a ticket for our engineering team requesting the contacts API endpoint accept other date/time formats. I would like to see this behavior changed!