zoom
Troubleshooting
If requests fail, run zero doctor check-connector --env-name ZOOM_TOKEN or zero doctor check-connector --url https://api.zoom.us/v2/users/me --method GET
How to Use
Base URL: https://api.zoom.us/v2
All calls use Authorization: Bearer $ZOOM_TOKEN. The token is a short-lived (1 hour) OAuth access token — vm0 refreshes it automatically; skills never need to touch refresh tokens.
The me keyword can be substituted for a user ID when the authenticated user is the target (e.g. /users/me/meetings).
Users
Get Current User
curl -s "https://api.zoom.us/v2/users/me" --header "Authorization: Bearer $ZOOM_TOKEN" | jq '{id, email, first_name, last_name, account_id, type}'
More from vm0-ai/vm0-skills
hackernews
Hacker News API for stories and comments. Use when user mentions "Hacker
2.7Kcloudflare-tunnel
Cloudflare Tunnel API for secure tunnels. Use when user mentions "Cloudflare
556google-sheets
Google Sheets API for spreadsheets. Use when user mentions "Google Sheets",
409minimax
MiniMax API for AI models. Use when user mentions "MiniMax", "Chinese
342instagram
Instagram API for posts and media. Use when user mentions "Instagram",
315apify
Apify web scraping platform. Use when user mentions "scrape website",
313