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

# List Zoom OAuth Credentials

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

Get a list of all Zoom OAuth Credentials

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

## Query parameters

- `account_id` string
- `created_at_after` string, date-time
- `created_at_before` string, date-time
- `cursor` string
- `meeting_sync_status` 'completed' | 'failed' | 'in_progress' | 'not_started'
- `oauth_app` string, uuid
- `ordering` string
- `status` 'healthy' | 'unhealthy'
- `user_id` string

## Response `200`

- PaginatedZoomOAuthCredentialList
  - `next` string, nullable
  - `previous` string, nullable
  - `results` ZoomOAuthCredential[]
    - `id` string, uuid, required
    - `oauth_app` string, uuid, required
    - `status` 'healthy' | 'unhealthy', required — * `healthy` - Healthy * `unhealthy` - Unhealthy
    - `user_id` string, nullable, required
    - `account_id` string, nullable, required
    - `access_token_callback_url` string, nullable — The url to retrieve access token from. Applicable for **Customer Managed OAuth** flow.
    - `created_at` string, date-time, required
    - `meeting_sync_status` 'not_started' | 'in_progress' | 'completed' | 'failed', required — * `not_started` - Not Started * `in_progress` - In Progress * `completed` - Completed * `failed` - Failed

---

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