Admin APIs/Calendar Events
Calendar User Events
GET
/admin/calendar/user/:uidBearer token required
ADMINContent-Type:
application/jsonPath Parameters
| Name | Type | Required | Description |
|---|---|---|---|
uid | number | Required |
Code Examples
curl -X GET 'https://<your-domain>:3001/admin/calendar/user/:uid' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serveruid*