I’m trying to get an API call to return the number of contacts created on a specific date/date range.
I’ve currently got this:
https://api.infusionsoft.com/crm/rest/v1/contacts?access_token=token&date_created=2018-10-08T00:00:00
Which isn’t working, of course. Is there a page where the query parameters and value formats are listed?
Am I barking up the wrong tree with the contacts endpoint? Any help would be appreciated.