Zoomconnect
Connector for the zoomconnect API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.zoomconnect.com/app - Auth:
header:email(pass your key via theapiKeyinput)
Operations
getbalance— GET /api/rest/v1/account/balance — balancegetstatistics— GET /api/rest/v1/account/statistics — statisticssearch— GET /api/rest/v1/account/user — searchgetuser— GET /api/rest/v1/account/user/{userId} — getUserget_api_rest_v1_contacts_all— GET /api/rest/v1/contacts/all — allget_api_rest_v1_contacts_contactid— GET /api/rest/v1/contacts/{contactId} — get
Inputs
apiKey— your zoomconnect 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: getbalance
apiKey: <your key>