Zoom
Connector for the zoom API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.zoom.us/v2 - Auth:
header:Authorization(pass your key via theapiKeyinput)
Operations
accounts— GET /accounts — List sub accountsaccount— GET /accounts/{accountId} — Get sub account detailsaccountbilling— GET /accounts/{accountId}/billing — Get billing informationaccountbillinginvoices— GET /accounts/{accountId}/billing/invoices — List billing invoicesgetaccountbillinginvoice— GET /accounts/{accountId}/billing/invoices/{invoiceId} — Get invoice detailsgetaccountlocksettings— GET /accounts/{accountId}/lock_settings — Get locked settings
Inputs
apiKey— your zoom API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: accounts
apiKey: <your key>