Events for given date range

GET /calendar
  • If start and end are sent, date is ignored and vice versa.
  • Any date range set is converted to start on monday and end on sunday

Query parameters

Responses

  • 200 application/json

    List of events

GET /calendar
curl \
 --request GET https://api.zooza.app/v1/calendar
Response examples (200)
[
  {}
]