GET requests are cached for a certain period of time:
- 10 minutes for authorization data.
- 60 minutes for all other requests.
last_run_time field of the response metadata.
For example, if you request today’s authorization transaction data at 9:00 am, and another user requests today’s authorization transaction data at 9:05 am, the result sets are identical. If you make another request at 9:10 am, the API generates a new result set. Similarly, if you make a request for the week’s authorization transaction data at 9:05 am, the API generates a new result set.