Get Zoom Authorize URL

View as Markdown

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_uristringRequired

Your HTTPS callback URL. Must exactly match the Zoom app’s registered redirect URL and the redirect_uri later sent to the connections endpoint.

statestringOptional

Opaque value round-tripped to your callback (e.g. your end-user’s ID).

Response

Authorize URL created
authorize_urlstringOptional