---
title: "Get all webinars for an account"
method: GET
path: "/accounts/{accountKey}/webinars"
tags: ["Webinars"]
---

# Get all webinars for an account

`GET /accounts/{accountKey}/webinars`

Retrieves the list of webinars for an account within a given date range. __*Page*__ and __*size*__ parameters are optional. Default __*page*__ is 0 and default __*size*__ is 20. For technical reasons, this call cannot be executed from this documentation. Please use the curl command to execute it.

## Path parameters

- `accountKey` integer, required

## Query parameters

- `fromTime` string, date-time, required
- `toTime` string, date-time, required
- `page` integer
- `size` integer

## Headers

- `Authorization` string, required

## Response `200`

OK

- AccountWebinarsResponse — Describes a list of webinars for an account within a given date range
  - `_embedded` AccountWebinars, required
    - `webinars` AccountWebinar[], required
      - `description` string, required — A short description of the webinar
      - `impromptu` boolean, required — A boolean flag indicating if the webinar type is impromptu
      - `isPasswordProtected` boolean, required — A boolean flag indicating if the webinar is password protected
      - `organizerKey` string, 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
      - `type` string, required — Specifies the webinar type
      - `webinarID` string, required — The 9-digit webinar ID
      - `webinarKey` string, required — The unique key of the webinar
  - `page` Page, required
    - `number` integer, required — The current page number. The first page is 0
    - `size` integer, required — The page size
    - `totalElements` integer, required — The total elements
    - `totalPages` integer, required — The pages count

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not found

---

[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)
