API ping or health check

Description

I cannot find on the zoom developer website any type of health check endpoint (GET /v2/ping or GET /v2/health).

We are currently calling ‘{zoom_base_url}/v2/users/{user_email}’ to monitor the status of our zoom integration service but from time to time we get rate limited on getting user info for that particular user. Is there any other way we can do a health check?

Hey @simone1,

We currently do not have a health check endpoint, but that is a good idea! :slight_smile:

I suggest keep doing what you are doing, but keep inside our rate limits, or subscribe to our status page status.zoom.us which has the APIs listed.

Thanks,
Tommy