> For the complete documentation index, see [llms.txt](https://docs.n8n.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n8n.io/integrations/builtin/credentials/zoom.md).

# Zoom credentials

You can use these credentials to authenticate the following nodes:

* [Zoom](/integrations/builtin/app-nodes/n8n-nodes-base.zoom.md)

## Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Create a [Zoom](https://zoom.us/) account. Your account must have one of the following permissions:

* Account owner
* Account admin
* Zoom for developers role

## Supported authentication methods <a href="#supported-authentication-methods" id="supported-authentication-methods"></a>

* API JWT token
* OAuth2

{% hint style="warning" %}
**API JWT token deprecation**

Zoom removed support for JWT access tokens in June 2023. You must use OAuth2 for all new credentials.
{% endhint %}

## Related resources <a href="#related-resources" id="related-resources"></a>

Refer to [Zoom's API documentation](https://developers.zoom.us/docs/api/) for more information about the service.

## Using API JWT token <a href="#using-api-jwt-token" id="using-api-jwt-token"></a>

This authentication method has been fully deprecated by Zoom. Don't create new credentials with it.

To configure this credential, you'll need:

* A **JWT token**: To create a JWT token, create a new JWT app in the [Zoom App Marketplace](https://marketplace.zoom.us/).

## Using OAuth2 <a href="#using-oauth2" id="using-oauth2"></a>

To configure this credential, you'll need:

* A **Client ID**: Generated when you create an OAuth app on the Zoom App Marketplace.
* A **Client Secret**: Generated when you create an OAuth app.

To generate your **Client ID** and **Client Secret**, [create an OAuth app](https://developers.zoom.us/docs/integrations/create/).

Use these settings for your OAuth app:

* Select **User-managed app** for **Select how the app is managed**.
* Copy the **OAuth Callback URL** from n8n and enter it as an **OAuth Redirect URL** in Zoom.
* If your n8n credential displays a **Whitelist URL**, also enter that URL as a an **OAuth Redirect URL**.
* Enter **Scopes** for the scopes you plan to use. For all functionality in the [Zoom](/integrations/builtin/app-nodes/n8n-nodes-base.zoom.md) node, select:
  * `meeting:read`
  * `meeting:write`
  * Refer to [OAuth scopes | Meeting scopes](https://developers.zoom.us/docs/integrations/oauth-scopes/#meeting-scopes) for more information on meeting scopes.
* Copy the **Client ID** and **Client Secret** provided in the Zoom app and enter them in your n8n credential.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.n8n.io/integrations/builtin/credentials/zoom.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
