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:read zoom_events_sessions:read:admin

Rate Limit Label : Light

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"code":1150,"error_message":"\u003cstring\u003e","join_token":"\u003cstring\u003e"}