{ "opencollection": "1.0.0", "info": { "name": "Zoom / Account Webinar API", "version": "1.0.0" }, "items": [ { "info": { "name": "Webinar", "type": "folder" }, "items": [ { "info": { "name": "webinarAttendeesList", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/attendees/list", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" }, { "name": "uuid", "value": "" } ] } }, "docs": "Get ended webinar attendees\n\n" }, { "info": { "name": "webinarCreate", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/create", "body": { "type": "form-urlencoded", "data": [ { "name": "host_id", "value": "" }, { "name": "topic", "value": "" }, { "name": "type", "value": "" }, { "name": "start_time", "value": "" }, { "name": "duration", "value": "" }, { "name": "timezone", "value": "" }, { "name": "password", "value": "" }, { "name": "recurrence", "value": "" }, { "name": "approval_type", "value": "" }, { "name": "registration_type", "value": "" }, { "name": "agenda", "value": "" }, { "name": "option_audio", "value": "" }, { "name": "option_host_video", "value": "" }, { "name": "option_panelist_video", "value": "" }, { "name": "option_practice_session", "value": "" }, { "name": "option_enforce_login", "value": "" }, { "name": "option_enforce_login_domains", "value": "" }, { "name": "option_alternative_hosts", "value": "" }, { "name": "option_alternative_host_ids", "value": "" }, { "name": "option_auto_record_type", "value": "" }, { "name": "panelists", "value": "" }, { "name": "language", "value": "" } ] } }, "docs": "Create a webinar on Zoom, return the created webinar start and join URL.\n\n" }, { "info": { "name": "webinarDelete", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/delete", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" }, { "name": "occurrence_id", "value": "" } ] } }, "docs": "Delete a webinar on Zoom, return the deleted webinar ID.\n\n" }, { "info": { "name": "webinarEnd", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/end", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" } ] } }, "docs": "End a Webinar on Zoom, return the deleted Webinar ID\n\n" }, { "info": { "name": "webinarGet", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/get", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" } ] } }, "docs": "Get a Webinar on Zoom via Webinar ID, return the Webinar info\n\n" }, { "info": { "name": "webinarList", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/list", "body": { "type": "form-urlencoded", "data": [ { "name": "host_id", "value": "" }, { "name": "page_size", "value": "" }, { "name": "page_number", "value": "" } ] } }, "docs": "List all registrationless Webinars on Zoom\n\n" }, { "info": { "name": "webinarListRegistration", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/list/registration", "body": { "type": "form-urlencoded", "data": [ { "name": "host_id", "value": "" }, { "name": "page_size", "value": "" }, { "name": "page_number", "value": "" } ] } }, "docs": "List all the upcoming registration-based Webinars on Zoom\n\n" }, { "info": { "name": "webinarPanelists", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/panelists", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" } ] } }, "docs": "Get all the Webinar Panelists on Zoom\n\n" }, { "info": { "name": "webinarPolls", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/polls", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" }, { "name": "uuid", "value": "" } ] } }, "docs": "Get Ended Webinar Polls\n\n" }, { "info": { "name": "webinarQuestions", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/questions", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" }, { "name": "uuid", "value": "" } ] } }, "docs": "Get Ended Webinar Q&A\n\n" }, { "info": { "name": "webinarRegister", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/register", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "email", "value": "" }, { "name": "first_name", "value": "" }, { "name": "last_name", "value": "" }, { "name": "address", "value": "" }, { "name": "city", "value": "" }, { "name": "country", "value": "" }, { "name": "zip", "value": "" }, { "name": "state", "value": "" }, { "name": "phone", "value": "" }, { "name": "industry", "value": "" }, { "name": "org", "value": "" }, { "name": "job_title", "value": "" }, { "name": "purchasing_time_frame", "value": "" }, { "name": "role_in_purchase_process", "value": "" }, { "name": "no_of_employees", "value": "" }, { "name": "comments", "value": "" }, { "name": "custom_questions", "value": "" }, { "name": "language", "value": "" }, { "name": "occurrence_ids", "value": "" } ] } }, "docs": "Register for a webinar\n\n" }, { "info": { "name": "webinarRegistrantsApprove", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/registrants/approve", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" }, { "name": "registrant_ids", "value": "" } ] } }, "docs": "Approve pending registrants on Zoom Webinar.\n\n" }, { "info": { "name": "webinarRegistrantsList", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/registrants/list", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" }, { "name": "type", "value": "" }, { "name": "page_size", "value": "" }, { "name": "page_number", "value": "" } ] } }, "docs": "List webinar registrants on Zoom, include pending approval registrants and approved registrants.\n\n" }, { "info": { "name": "webinarRegistration", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/registration", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" }, { "name": "occurrence_id", "value": "" }, { "name": "page_size", "value": "" }, { "name": "page_number", "value": "" } ] } }, "docs": "Gather Webinar registrants info\n\n" }, { "info": { "name": "webinarRegistrationCancel", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/registration/cancel", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" }, { "name": "occurrence_id", "value": "" }, { "name": "registrant_ids", "value": "" } ] } }, "docs": "Cancel Webinar Registration\n\n" }, { "info": { "name": "webinarUpdate", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/update", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" }, { "name": "topic", "value": "" }, { "name": "type", "value": "" }, { "name": "start_time", "value": "" }, { "name": "duration", "value": "" }, { "name": "timezone", "value": "" }, { "name": "password", "value": "" }, { "name": "recurrence", "value": "" }, { "name": "approval_type", "value": "" }, { "name": "registration_type", "value": "" }, { "name": "agenda", "value": "" }, { "name": "option_audio", "value": "" }, { "name": "option_host_video", "value": "" }, { "name": "option_panelist_video", "value": "" }, { "name": "option_practice_session", "value": "" }, { "name": "option_enforce_login", "value": "" }, { "name": "option_enforce_login_domains", "value": "" }, { "name": "option_alternative_hosts", "value": "" }, { "name": "option_alternative_host_ids", "value": "" }, { "name": "option_auto_record_type", "value": "" }, { "name": "panelists", "value": "" }, { "name": "language", "value": "" } ] } }, "docs": "Update Webinar info on Zoom via Webinar ID\n\n" }, { "info": { "name": "webinarUuidList", "type": "http" }, "http": { "method": "POST", "url": "https://api.zoom.us/v1/webinar/uuid/list", "body": { "type": "form-urlencoded", "data": [ { "name": "id", "value": "" }, { "name": "host_id", "value": "" } ] } }, "docs": "Get ended webinar UUID.\n\n" } ] } ], "bundled": true }