Logo
Zoom Public API Documentation

Get ticket session join token by Event ID and Session ID

GET {{baseUrl}}/zoom_events/events/:eventId/sessions/:sessionId/join_token

Retrieves the join token to join an event session.

Scopes: zoom_events_sessions:readzoom_events_sessions:read:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "code": 1150, "error_message": "<string>", "join_token": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/zoom_events/events/:eventId/sessions/:sessionId/join_token' -H 'Accept: application/json'

ENDPOINTS