Admin APIs/Calendar Events
Calendar Events
GET
/admin/calendar/eventsBearer token required
ADMINContent-Type:
application/jsonQuery Parameters
| Name | Type | Required | Description |
|---|---|---|---|
from | string | Required | YYYY-MM-DD |
to | string | Required | YYYY-MM-DD (max 62 days) |
types | string | Optional | Comma-separated: USER_CREATED,VEHICLE_CREATED,VEHICLE_EXPIRY |
Code Examples
curl -X GET 'https://<your-domain>:3001/admin/calendar/events' \
-H 'Authorization: Bearer <token>'Try It
API Playground
Sends a real request to the configured serverfrom*to*types