GET Billing Information. [2001] Account does not exists

Description
Is there a way to get read access to the main account’s billing information through /billing API?

Error

{
    "code": 2001,
    "message": "Account does not exist: [redacted]"
}

Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT

Which Endpoint/s?

  • https://api.zoom.us/v2/accounts/

Hi @zvpcurada,

Good question—you should be able to pass /me in the request URL in place of the account ID to target your main or master account.

Let me know if this helps!

Best,
Will

Hi @will.zoom
Thanks for this. It is working when reading the account details of the master account. However, when I use it to view billing information, I receive a 2001. Account does not exists error.

I guess we have to request higher privileges through ISV? Thanks.

Hey @zvpcurada,

That’s correct, if you haven’t yet requested a master/sub account set up, you’ll need to first request this to be able to utilize the Billing endpoints. For this, you can email partner-success@zoom.us.

Thanks,
Will

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