---
title: "List Zoom OAuth Apps"
method: GET
path: "/api/v2/zoom-oauth-apps/"
tags: ["zoom-oauth-apps"]
---

# List Zoom OAuth Apps

`GET /api/v2/zoom-oauth-apps/`

Get a list of all Zoom OAuth Apps.

The base rate limit for this endpoint is:
- 60 requests per min per workspace

## Query parameters

- `client_id` string
- `created_at_after` string, date-time
- `created_at_before` string, date-time
- `cursor` string
- `kind` string
- `ordering` string
- `webhook_last_validation_after` string, date-time
- `webhook_last_validation_before` string, date-time

## Response `200`

- PaginatedZoomOAuthAppList
  - `next` string, nullable
  - `previous` string, nullable
  - `results` ZoomOAuthApp[]
    - `id` string, uuid, required
    - `kind` 'user_level' | 'account_level', required — * `user_level` - User Level * `account_level` - Account Level
    - `client_id` string, required
    - `client_secret` string, required
    - `webhook_secret` string, required
    - `webhook_last_validation` string, date-time, nullable, required
    - `created_at` string, date-time, required

---

[API](https://skmtc.net/recall/apis/recall-ai-api.md) · [All operations](https://skmtc.net/recall/apis/recall-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recall/recall-ai-api/revisions/55ce8c277c24/schema)
