Zoom OAuth
List Zoom OAuth Connections
Returns a list of Zoom OAuth connections for the authenticated project. Results are paginated using cursor pagination.
GET
Authentication
Requires API key authentication via theAuthorization header.
Query Parameters
Cursor for pagination
Response
URL for the next page of results (null if no more results)
URL for the previous page of results (null if on first page)
Array of Zoom OAuth connection objects
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)