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

# Get audio information

`GET /organizers/{organizerKey}/webinars/{webinarKey}/audio`

Retrieves the audio/conferencing information for a specific webinar.

## Path parameters

- `organizerKey` integer, required
- `webinarKey` integer, required

## Headers

- `Authorization` string, required

## Response `200`

OK

- Audio — Describes the audio/conferencing information for a webinar.
  - `confCallNumbers` object — The conference call numbers and access codes per country. This will be returned only, if 'type' is not set to 'Private'. Example for this object: "confCallNumbers":{"CA":{"accessCodes":{"attendee":"159-309-045","organizer":"791-426-085","panelist":"690-270-339"},"tollFree":"1 888 455 4198"},"FI":{"accessCodes":{"attendee":"159-309-045","organizer":"791-426-085","panelist":"690-270-339"},"toll":"+358 (0) 338 79 4198"},"US":{"accessCodes":{"attendee":"159-309-045","organizer":"791-426-085","panelist":"690-270-339"},"toll":"+1 (805) 879-4198","tollFree":"1 888 455 4198"}}
  - `privateInfo` PrivateInfo — Phone numbers for an own conference call service.
    - `attendee` string, required — Text for the panelist when using an own conference call service
    - `organizer` string — Text for the organizer when using an own conference call service
    - `panelist` string — Text for the panelist when using an own conference call service
  - `type` 'PSTN' | 'VOIP' | 'Hybrid' | 'Private', required — How to connect to the webinar's audio conference

## 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/revisions/3651c7629484/schema)
