Statistics

Get data for upcoming calendar events

get/statistics/calendar

Query parameters

startDatestring required
Example:2026-01-01

Start date in ISO 8601 format

endDatestring
Example:2026-01-31

End date in ISO 8601 format. Defaults to the end of the current month if not provided.

Response

OK

Example response

{
  "data": [
    {
      "date": "2025-09-02T19:25:42.282Z",
      "upcomingRecurringPayments": 5,
      "upcomingRetries": 2,
      "successfulRebills": 3,
      "softDeclines": 1
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.