---
title: "List Zoom Meeting to OAuth Credential Mappings"
method: GET
path: "/api/v2/zoom-meetings-to-credentials/"
tags: ["zoom-meetings-to-credentials"]
---

# List Zoom Meeting to OAuth Credential Mappings

`GET /api/v2/zoom-meetings-to-credentials/`

Get a list of all mappings from Zoom Meeting ID to Zoom OAuth Credential. Recall uses mappings internally to determine which credential to use when automatically fetching join tokens for a meeting. Inspecting these mappings may be helpful when debugging bots that don't automatically record due to being unable to fetch join tokens.

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

## Query parameters

- `credential` string, uuid
- `cursor` string
- `meeting_id` integer
- `ordering` string
- `synced_at_after` string, date-time
- `synced_at_before` string, date-time

## Response `200`

- PaginatedZoomMeetingToCredentialList
  - `next` string, nullable
  - `previous` string, nullable
  - `results` ZoomMeetingToCredential[]
    - `meeting_id` integer, required
    - `credential` string, uuid, required
    - `synced_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/e1a54c5db790/schema)
