Getting only new data
Use thecreated_after query parameter to filter for data created after your last ingestion.
Typically our customers will call our API once a day, keeping track of the exact datetime in which they made the API call.
Any subsequent API calls they make will set created_after to the previously recorded datetime.
