Get Current License Details
This API helps you effortlessly access and retrieve current license details of your organization, including license type, edition, and number of users.
API: https://webinar.zoho.com/api/v2/{orgId}/license
Method: Get
OAuth Scope: ZohoWebinar.license.READ
Path Params: orgId - organization id which is retrieved from currentUser api
Request Example:
Copied
Response Example:
Copied
Show full
Show less
POSSIBLE ERROR CASES
1. Invalid DC or Invalid token
HTTP Code: 400
HTTP Body:
Copied
Resolution: Check whether the entered DC is correct and entered token is not expired.
2. Invalid orgId
HTTP Code: 403
HTTP Body:
Copied
Resolution: Check whether the entered organization id is correct.
3. Invalid Org Admin
HTTP Code: 403
HTTP Body:
Copied
Resolution: Only admin can access this API. Kindly contact the admin.