Enterprise API authentication changes to accept a new API_token method. Changes include:
Change to the AuthToken model for API token in place of the email/password method
ApiSession will be linked to AuthToken for tracking
"signing token" added to webhook
A deprecation warning will appear when using the existing email/password authentication method
Expired ApiSession data will be retained for 2 days (was 1 day)
A new ‘Developers’ section has been added at the admin level, allowing for easier management of our APIs and Webhooks.
Developers section for reseller admin and company admin
Ability to add/expire API-token
Ability to add/enable/disable webhook endpoints
View allowed domains for iframes
Reseller admin view:
Company admin view:
Send a list of ‘child’ domains via API. Use …/enterprise_api/domain/descendants with the auth_token only. This will send a list of all site domains that are ’children’ (sub-resellers) of the primary domain. It will also return any sub-reseller domains that in turn have ‘children’ of their own
Send plan description when fetching products: Use API /enterprise_api/subscription/fetch_products to fetch the list of products, and include "include_description": true in the request params.
API to allow using Host ID to add invitees to scheduled meetings
Improvement: A webhook defined at the company level should NOT get events from other companies. Previously, the webhook event was sent to ALL site-domain level endpoints regardless of the company (both site-level AND company-level endpoints).
Sara Atteby
FOR END USERS - GENERIC
V2.6.321
Release Notes:
Bugs
FOR PARTNERS ONLY
V2.6.321
Release Notes:
API/SDK - Link to current API documentation
Enterprise API authentication changes to accept a new API_token method. Changes include:
Change to the AuthToken model for API token in place of the email/password method
ApiSession will be linked to AuthToken for tracking
"signing token" added to webhook
A deprecation warning will appear when using the existing email/password authentication method
Expired ApiSession data will be retained for 2 days (was 1 day)
A new ‘Developers’ section has been added at the admin level, allowing for easier management of our APIs and Webhooks.
Developers section for reseller admin and company admin
Ability to add/expire API-token
Ability to add/enable/disable webhook endpoints
View allowed domains for iframes
Reseller admin view:
Company admin view:
Send a list of ‘child’ domains via API. Use …/enterprise_api/domain/descendants with the auth_token only. This will send a list of all site domains that are ’children’ (sub-resellers) of the primary domain. It will also return any sub-reseller domains that in turn have ‘children’ of their own
Send plan description when fetching products: Use API /enterprise_api/subscription/fetch_products to fetch the list of products, and include "include_description": true in the request params.
API to allow using Host ID to add invitees to scheduled meetings
Improvement: A webhook defined at the company level should NOT get events from other companies. Previously, the webhook event was sent to ALL site-domain level endpoints regardless of the company (both site-level AND company-level endpoints).
UPCOMING FEATURE RELEASES:
View the full 2024 roadmap here
(The information at the above link is automatically updated as new features are planned and also released)