Start typing to search...
No results for ""
This section is for developers who want to understand how KiviCare interacts with the Zoom API.
The plugin targets the Zoom Meeting API v2:https://api.zoom.us/v2/
The following scopes must be enabled in your Zoom App for the plugin to function:
meeting:write: To create, update, and delete meetings.meeting:read: To retrieve meeting details for verification.user:read: To verify the doctor’s identity during the OAuth flow.account:read: (S2S Only) To manage meetings across the whole account.POST/users/me/meetingsKCTZoom::create_meeting()topic, type (2), start_time, duration, timezone.POSThttps://zoom.us/oauth/tokenKCTZoom::get_oauth_token()grant_type (account_credentials) or authorization_code.Zoom enforces rate limits based on your account type.
Next: Database Mappings Table
Start typing to search...
No results for ""