Zoom OAuth
Create Zoom OAuth Connection
After being created, the Zoom OAuth connection will be used to generate tokens for the user.
POST
Authentication
Requires API key authentication via theAuthorization header.
Request Body
The authorization code received from Zoom during the OAuth flow
The redirect URI used to obtain the authorization code
The Zoom OAuth App the connection is for
Whether the Zoom OAuth Connection supports generating local recording tokens
Whether the Zoom OAuth Connection supports generating onbehalf tokens
JSON object containing metadata to associate with the Zoom OAuth Connection
Response
Unique identifier for the Zoom OAuth connection
ID of the Zoom OAuth app this connection belongs to
Zoom user ID
Zoom account ID
Connection state (
connected or disconnected)Metadata associated with the Zoom OAuth connection
Whether the connection supports generating local recording tokens
Whether the connection supports generating onbehalf tokens
Information about connection failures, if any
Timestamp when the connection was created (ISO 8601 format)
Timestamp when the connection was last updated (ISO 8601 format)
Timestamp of the last successful sync (ISO 8601 format)
Timestamp of the last attempted sync (ISO 8601 format)