Cycles

Note

Will return the current & previous cycle date. Useful when requesting statements.

Example

Request:
GET /getCycleDate

Response:
{
  "currentCycle": "yyyy-MM-dd",
  "previousCycle": "yyyy-MM-dd"
}