Logo
Zoom Public API Documentation

Get a meeting

GET {{baseUrl}}/meetings/:meetingId?occurrence_id=1648194360000&show_previous_occurrences=true

Retrieve the details of a meeting.

Scopes: meeting:read:admin meeting:read

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 
occurrence_id
number Meeting Occurrence ID. Provide this field to view meeting details of a particular occurrence of the [recurring meeting](https://support.zoom.us/hc/en-us/articles/214973206-Scheduling-Recurring-Meetings).
show_previous_occurrences
boolean Set the value of this field to `true` if you would like to view meeting details of all previous occurrences of a [recurring meeting](https://support.zoom.us/hc/en-us/articles/214973206-Scheduling-Recurring-Meetings).



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "assistant_id": "kFFvsJc-Q1OSxaJQLvaa_A", "host_email": "jchill@example.com", "host_id": "30R7kT7bTIKSNUFEuH_Qlg", "id": 97763643886, "uuid": "aDYlohsHRtCd4ii1uC2+hA==", "agenda": "My Meeting", "created_at": "2022-03-25T07:29:29Z", "duration": 60, "encrypted_password": "8pEkRweVXPV3Ob2KJYgFTRlDtl1gSn.1", "h323_password": "123456", "join_url": "https://example.com/j/11111", "occurrences": [ { "value": "<Error: Too many levels of nesting to fake this schema>" }, { "value": "<Error: Too many levels of nesting to fake this schema>" } ], "password": "123456", "pmi": "97891943927", "pre_schedule": false, "recurrence": { "type": 1, "end_date_time": "2022-04-02T15:59:00Z", "end_times": 7, "monthly_day": 1, "monthly_week": 1, "monthly_week_day": 1, "repeat_interval": 1, "weekly_days": "1" }, "settings": { "allow_multiple_devices": true, "alternative_hosts": "jchill@example.com;thill@example.com", "alternative_hosts_email_notification": true, "alternative_host_update_polls": true, "approval_type": 0, "approved_or_denied_countries_or_regions": { "approved_list": { "value": "<Error: Too many levels of nesting to fake this schema>" }, "denied_list": { "value": "<Error: Too many levels
Curl
curl -X GET 'https://api.zoom.us/v2/meetings/:meetingId?occurrence_id=1648194360000&show_previous_occurrences=true?occurrence_id=1648194360000&show_previous_occurrences=true' -H 'Accept: application/json'

ENDPOINTS