Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Zoom Account API

The Account API from Zoom — 10 operation(s) for account.

Zoom Account API is one of 47 APIs that Zoom publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Account. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 10 operations across 10 paths. It is described by OpenAPI 3.0.1, at version 1.0.0.

Requests are made against a single base URL, https://api.zoom.us/v1.

10 operations 10 paths 0 schemas 10 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://api.zoom.us/v2
Authentication
API Key, API Key
License
Resource Areas
1

Authentication & Security 2

Zoom Account API declares 2 security schemes for authenticating requests. An API key is passed in the query as api_key (api_key). An API key is passed in the query as api_secret (api_secret). By default, every request must be authenticated.

Paths & Operations 10

Across 10 paths, the API surfaces 10 operations — 10 POST. Each is listed below with its method, path, parameters, and response codes.

Account 10
POST
/ma/account/billing/update
Update Billing Information for a sub account of the master account on Zoom.
accountBillingUpdate body → 200
POST
/ma/account/create
Create a sub account of the master account on Zoom, return the created sub account id and owner id. Your account must be a master account and have this privilege to create sub account. Zoom only assi…
accountCreate body → 200
POST
/ma/account/delete
Delete the sub account.
accountDelete body → 200
POST
/ma/account/get
Get a sub account of the master account on Zoom, return the created sub account id and owner id. Your account must be a master account and have this privilege to get sub account. Zoom only assign thi…
accountGet body → 200
POST
/ma/account/list
List all the sub account under the master account.
accountList body → 200
POST
/ma/account/plan/add
Add a plan for a sub account of the master account on Zoom. Only for the sub account which is a paid account and paid by master account. Only add an Additional plan for a sub account.
accountPlanAdd body → 200
POST
/ma/account/plan/get
Get plans information for a sub account of the master account on Zoom.
accountPlanGet body → 200
POST
/ma/account/plan/subscribe
Subscribe plans for a sub account of the master account on Zoom.
accountPlanSubscribe body → 200
POST
/ma/account/plan/update
Update a plan for a sub account of the master account on Zoom. Only for the sub account which is a paid account and paid by master account. Could update a base plan or an additional plan.
accountPlanUpdate body → 200
POST
/ma/account/update
Update a sub account of the master account on Zoom, return the updated sub account id.
accountUpdate body → 200

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

zoom-account-api-openapi.yml Raw ↑

Other APIs Zoom publishes across the network.

Zoom Meeting API
Zoom Phone API
Zoom Team Chat API
Zoom Contact Center API
Zoom Webinars Plus and Events API
Zoom Marketplace API
Zoom Revenue Accelerator API
Zoom Whiteboard API
Zoom Rooms API
Zoom Clips API
Zoom Mail API
Zoom Calendar API