Setting the file. One moment.
Skill 132 · Build Zoom REST API App
Subchapter 132.30
references/scheduler.mdMarkdown4 KBView on GitHub
Authoritative endpoint inventory for Scheduler. This file mirrors the official Zoom API Hub OpenAPI document for this product area.
https://api.zoom.us/v2paths object.../examples/ for orchestration patterns, not as the canonical source of path names.| Metric | Value |
|---|---|
| Endpoint operations | 21 |
| Path templates | 13 |
| Tags | 9 |
| Tag | Operations |
|---|---|
| analytics | 1 |
| availability | 5 |
| Routing Forms | 1 |
| scheduled events | 5 |
| schedules | 5 |
| scheduling links | 1 |
| shares | 1 |
| team | 1 |
| users | 1 |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /scheduler/analytics | Report analytics | report_analytics |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /scheduler/availability | List availability | list_availability |
| POST | /scheduler/availability | Insert availability | insert_availability |
| DELETE | /scheduler/availability/{availabilityId} | Delete availability | delete_availability |
| GET | /scheduler/availability/{availabilityId} | Get availability | get_availability |
| PATCH | /scheduler/availability/{availabilityId} | Patch availability | patch_availability |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /scheduler/routing/forms/{formId}/response/{responseId} | get routing response | Getroutingresponse |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /scheduler/events | List scheduled events | list_scheduled_events |
| DELETE | /scheduler/events/{eventId} | Delete scheduled events | delete_scheduled_events |
| GET | /scheduler/events/{eventId} | Get scheduled events | get_scheduled_events |
| PATCH | /scheduler/events/{eventId} | Patch scheduled events | patch_scheduled_events |
| GET | /scheduler/events/{eventId}/attendees/{attendeeId} | Get scheduled event attendee | get_scheduled_event_attendee |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /scheduler/schedules | List schedules | list_schedules |
| POST | /scheduler/schedules | Insert schedules | insert_schedule |
| DELETE | /scheduler/schedules/{scheduleId} | Delete schedules | delete_schedules |
| GET | /scheduler/schedules/{scheduleId} | Get schedules | get_schedule |
| PATCH | /scheduler/schedules/{scheduleId} | Patch schedules | patch_schedule |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| POST | /scheduler/schedules/single_use_link | Single use link | single_use_link |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| POST | /scheduler/shares | Create shares | create_shares |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /scheduler/teams | List team | Listteam |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /scheduler/users/{userId} | Get user | get_user |