Logo
Zoom Public API Documentation

Zoom Billing Master API

Number of APIs: 18


Access and update information about accounts' and subaccounts' billing plan and usage.

Prerequisites


1. accounts-{accountId}-billing-invoices - List billing invoices

GET {{baseUrl}}/accounts/:accountId/billing/invoices?from=<date>&to=<date>



2. accounts-billing-invoice_reports-{invoiceReportId} - Delete sub accounts' billing invoice report

DELETE {{baseUrl}}/accounts/billing/invoice_reports/:invoiceReportId



3. accounts-billing-invoice_reports-{invoiceReportId} - Download sub accounts' billing invoice reports

GET {{baseUrl}}/accounts/billing/invoice_reports/:invoiceReportId?download=<boolean>



4. accounts-billing-renewals - List upcoming renewal accounts

GET {{baseUrl}}/accounts/billing/renewals?interval=30&page_size=<integer>&next_page_token=<string>



5. accounts-{accountId}-billing-invoices-{invoiceId} - Get invoice details

GET {{baseUrl}}/accounts/:accountId/billing/invoices/:invoiceId



6. accounts-{accountId}-billing - Get billing information

GET {{baseUrl}}/accounts/:accountId/billing



7. accounts-{accountId}-billing - Update billing information

PATCH {{baseUrl}}/accounts/:accountId/billing



8. accounts-{accountId}-plans-addons - Update an account's additional plan

PUT {{baseUrl}}/accounts/:accountId/plans/addons



9. accounts-{accountId}-plans-base-status - Cancel a base plan

PATCH {{baseUrl}}/accounts/:accountId/plans/base/status



10. accounts-{accountId}-plans-base - Update a base plan

PUT {{baseUrl}}/accounts/:accountId/plans/base



ENDPOINTS