Create Zoom OAuth Connection
Exchange the code from Zoom’s redirect for a stored connection. Call this from your server when your redirect URI receives ?code=...&state=.... Save the returned zoom_user_id against your end-user record - you pass it back on create_bot as zoom.zoom_oauth_connection_user_id.
Authentication
AuthorizationToken
Format: Token <your_api_key>
Request
This endpoint expects an object.
code
The authorization code from Zoom's redirect to your callback
redirect_uri
The exact same redirect URL registered on your Zoom app and used on authorize-url
metadata
Your own key/values to store with the connection (e.g. tenant_user_id)
Response
Connection stored
zoom_user_id
The end-user’s Zoom user ID - pass as zoom.zoom_oauth_connection_user_id on create_bot
zoom_account_id
email
display_name
metadata
state
created_at
updated_at
has_refresh_token
