curl --location -g --request GET 'https://prod.your-api-server.com/api/community/v2/events/{{community_event_id}}/occurrences' \
--header 'x-api-key: <api-key>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"all_day?": true,
"starts_at": "2019-08-24T14:15:22Z",
"ends_at": "2019-08-24T14:15:22Z",
"timezone": "America/Montreal"
}
],
"meta": {
"base": "string",
"next": "string",
"previous": "string"
}
}