Get Zoom Authorize URL
Returns the Zoom OAuth authorize URL to open in an end-user’s browser. The optional state parameter is round-tripped through Zoom back to your redirect URI - use it to carry your own end-user identifier. The redirect_uri must match your Zoom app’s registered redirect URL byte-for-byte.
Authentication
AuthorizationToken
Format: Token <your_api_key>
Query parameters
redirect_uri
Your HTTPS callback URL. Must exactly match the Zoom app’s registered redirect URL and the redirect_uri later sent to the connections endpoint.
state
Opaque value round-tripped to your callback (e.g. your end-user’s ID).
Response
Authorize URL created
