Skip to main content

Query parameters

Both date bounds are inclusive and accept RFC 3339 (2026-08-20T14:22:00Z) as well as YYYY-MM-DD.
A bare YYYY-MM-DD in date_to resolves to midnight at the start of that day, so date_to=2026-08-20 excludes everything that happened during 20 August. To cover a whole day, pass the next day, or use an explicit RFC 3339 timestamp.
Filters are exact-match only — there is no partial or prefix matching. An unparseable date is discarded and that filter simply does not apply, an invalid limit falls back to 50, and unknown parameters are ignored. None of these return an error, so validate client-side if it matters. Results are ordered by creation time, newest first. The ordering is not configurable.

Response 200 OK

Each item in results has the same shape as the Get Checkout response. total is the match count before pagination, so you can use it to page through the full set; results is [] when nothing matches, never null.