---
title: "Get all webinars"
method: GET
path: "/organizers/{organizerKey}/webinars"
tags: ["Webinars"]
---

# Get all webinars

`GET /organizers/{organizerKey}/webinars`

Returns webinars scheduled for the future for a specified organizer.

## Path parameters

- `organizerKey` integer, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- Webinar[]
  - `description` string, required — A short description of the webinar
  - `inSession` boolean, required — Indicates whether there is a webinar session currently in progress
  - `numberOfRegistrants` integer, required — The number of registrants at the webinar
  - `organizerKey` integer, required — The key of the webinar organizer
  - `registrationUrl` string, required — The URL the webinar invitees can use to register
  - `subject` string, required — The webinar subject
  - `timeZone` string, required — The timezone where the webinar is taking place
  - `times` DateTimeRange[], required — Array with startTime and endTime for the webinar sessions
    - `endTime` string, date-time, required — The ending time of an interval, e.g. 2015-07-13T22:00:00Z
    - `startTime` string, date-time, required — The starting time of an interval, e.g. 2015-07-13T10:00:00Z
  - `webinarID` string, required — The 9-digit webinar ID
  - `webinarKey` integer, required — The unique key of the webinar

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.net/getgo/apis/gotowebinar.md) · [All operations](https://skmtc.net/getgo/apis/gotowebinar/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getgo/gotowebinar/versions/3651c7629484/schema)
