Calendars

Get calendar

GET
/api/public/v3/calendars

Query Parameters

ends_on?string
starts_on?string

Response Body

application/json

curl -X GET "https://example.com/api/public/v3/calendars"
[  {    "type": "string",    "title": "string",    "starts_on": "string",    "ends_on": "string",    "data": {      "user_id": 0,      "first_name": "string",      "last_name": "string"    }  }]