Zoom Billing Master API Not Working

I am trying to use the Zoom Billiling API.
Specifically: Zoom Billing Master API

But i keep getting a 404 not found response.

The full endpoint for the GET request that i am using is: https://api.zoom.us/v2/accounts/{accountId}/plans/usage

I am replacing {accountId} with the accountId displayed to me when i manage my s2s oauth credentials.
My s2s oauth also includes the correct scopes for to make the call: billing:master ,account:master

Any idea why i am getting a 404?

I found the solution.
The {accountId} should simply be “me”, i.e. https://api.zoom.us/v2/accounts/me/plans/usage

Hi,

Is your account a master account and has sub accounts?

You can find the explanation here: A Brief Look at Zoom Account Structures | by Tim Slagle | Zoom Developer Blog | Medium

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.