Z
Zoom Connect REST API
Details
- URL
-
https://www.zoomconnect.com/app/ - Docs
- https://zoomconnect.com/api
Authentication
Zoom Connect account email address + API token discovered
Create a Zoom Connect account. The email address on that account is part of API authentication: it is sent either in the email header together with your API token in the token header, or as the HTTP Basic Auth username with the API token as password.
Sign in to your Zoom Connect account, then open the Developer Settings page (the API guide says to click your company name and choose Developer settings) and create an API token there. The getting-started guide says: register for a Zoom Connect account, then create an API token on Developer Settings. This token can be used either with request headers token plus your account email in email, as HTTP Basic Auth password with your email as username, or as URL parameters for testing.
Zoom Connect account email address
Authorization: Basic <credential> + API token Authorization: Basic <credential> discovered