Plan_bundle API Reference

Hello,

Is there any API reference published for plan_bundle ?
I want to check the content of plan_bundle response because the information that can distinguish Enterprise NamedHost or Enterprise ActiveHost is contained in it .

Thanks.

@phoopwint.aung.za , what is plan_bundle in reference to please?

Gianni,

The following is the plan_bundle response when api calling “Get Account Plan Information
(Zoom Meeting Master Account API). But I can’t find API reference published for plan_bundle? If there is possible , can you share the API Reference please?

“plan_bundle”: {
“type”: “XXXX_500-XXX_500-monthly”,
“hosts”: 130,
“bundled_plans”: [
{
“type”: “enterprise_monthly”,
“hosts”: 130,
“usage”: 129,
“pending”: 0
},
{
“type”: “large500_monthly”,
“hosts”: 130,
“usage”: 86,
“pending”: 0
},
{
“type”: “webinar500_monthly”,
“hosts”: 130,
“usage”: 86,
“pending”: 0
}
]
}

Thanks,