Pulling zoom licenses (in use and bought) via api

I’ll keep this brief and to the point. I’m new to Zoom development, so please feel free to ask any clarifying questions if I miss any details.

I’m looking to create a system that actively tracks the total number of Zoom licenses (including various types such as Zoom Phone Power Pack, Zoom Contact Center Concurrent Elite, etc.) and pulls this data via the API. Despite extensive research, I’m struggling to find a solution that doesn’t involve overengineering. Once I pull the data, I plan to set up alerts to notify us when we’re approaching full utilization to avoid issues and unnecessary charges.

I’ve already created an app with the necessary permissions, but I’m unable to identify the appropriate endpoint for retrieving this data.

Thank you in advance for your help!

Hi,
You can use the endpoint “/v2/accounts/me/plans/usage” to collect all the necessary license information…it should provide details about your total licenses and their usage, which should hopefully help you set up alerts for approaching full utilization

Cheers,
Harsh
Fario Consulting