V2Calendar Events
List calendar events
Returns a paginated list of calendar events.
Returns a paginated list of calendar events.
Authorization
access_token Authorization<token>
In: header
Path Parameters
calendar_id*string
Calendar
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/api/v2/calendars/string/events"{ "status": "ok", "data": { "pagination": { "total_pages": 0, "current_page": 0 }, "list": [ {} ] }}