Hosts in bundle plans

Description
I would like to know about the new plan bundle object that is being returned from the plans usage API.
This is the reponse coming back from the plans usage:
“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
}
]
}

My question is about the hosts: is there there a total of 130 hosts for - enterprise_monthly, large500_monthly and webinar500_monthly, or each one of these licenses there are 130 hosts?

Error
No error

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

Which Endpoint/s?

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