Setting the file. One moment.
Skill 132 · Build Zoom REST API App
Subchapter 132.5
references/auto-dialer.mdMarkdown3 KBView on GitHub
Authoritative endpoint inventory for Auto Dialer. 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 | 14 |
| Path templates | 8 |
| Tags | 3 |
| Tag | Operations |
|---|---|
| Call History & Reporting | 2 |
| Call List Management | 5 |
| Prospect Management | 7 |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /dialer/call-histories/{callHistoryId} | Get Call History by ID | GetCallDetailsbyCallID |
| GET | /dialer/call-history | Get Call History | GetCallHistory |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /dialer/call-lists | List Call Lists | ListCallLists |
| POST | /dialer/call-lists | Create Call List | CreateCallList |
| DELETE | /dialer/call-lists/{callListId} | Delete Call List | DeleteCallList |
| GET | /dialer/call-lists/{callListId} | Get Call List by ID | GetCallListbyID |
| PATCH | /dialer/call-lists/{callListId} | Update Call List | UpdateCallList |
| Method | Endpoint | Summary | Operation ID |
|---|---|---|---|
| GET | /dialer/call-lists/{callListId}/prospects | List All Prospects in Call List | ListAllProspectsInCallList |
| PATCH | /dialer/call-lists/{callListId}/prospects | Update Prospects batch | UpdateProspects |
| POST | /dialer/call-lists/{callListId}/prospects | Create Prospect | CreateProspect |
| POST | /dialer/call-lists/{callListId}/prospects/batch | Create Prospects batch | CreateProspects |
| DELETE | /dialer/call-lists/{callListId}/prospects/{prospectId} | Delete Prospect | DeleteProspect |
| PATCH | /dialer/call-lists/{callListId}/prospects/{prospectId} | Update Prospect | UpdateProspect |
| GET | /dialer/prospects/{prospectId} | Get Prospect by ID | GetProspectbyID |