---
title: "Retrieve Zoom OAuth App"
method: GET
path: "/api/v2/zoom-oauth-apps/{id}/"
tags: ["zoom-oauth-apps"]
---

# Retrieve Zoom OAuth App

`GET /api/v2/zoom-oauth-apps/{id}/`

Get a Zoom OAuth App.

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

## Path parameters

- `id` string, uuid, required

## Response `200`

- 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/versions/e1a54c5db790/schema)
