---
title: "Manually Resync Meetings"
method: POST
path: "/api/v2/zoom-oauth-credentials/{id}/sync-meetings/"
tags: ["zoom-oauth-credentials"]
---

# Manually Resync Meetings

`POST /api/v2/zoom-oauth-credentials/{id}/sync-meetings/`

Manually re-sync meetings accessible from these credentials. This operation is asynchronous, and may take some time to complete.Use the `meeting_sync_status` field on the credential object to check status of sync.This is ONLY useful for debugging, and should not be called on a regular basis. Meetings are ordinarily automatically synced.

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

## Path parameters

- `id` string, uuid, required

## Response `200`

No response body

---

[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)
