I’m trying to get a total of emails created before a certain date. The API call retrieves all the emails, even the emails after the date I set in my testing. Here is an example of the URL I’m using
This will be down to the API and what it will accept.
Do you have instructions\documentation for the API?
Decent documentation should have examples for each of the query parameters, and this should include the “createdAt” parameter if its valid. (If it even supports query parameters that is).