The world's greatest SMS API
https://www.zoomconnect.com/app
Auth type
OAuth 2.0
Auth header
Authorization: Bearer YOUR_ACCESS_TOKEN
Rate limit
100 requests/sec (account-level); 30 requests/sec (user-level)
Pricing
Free tier available
Free quota
Group meetings capped at 40 min
Documentation
https://www.zoomconnect.com/app
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
C
55%
builder-friendly
OAuth 2.0 or Server-to-Server OAuth for meeting and user management
Authorization: Bearer YOUR_ACCESS_TOKEN
| Plan | Price/mo | Included |
|---|---|---|
| Free | Free | 40-min group meetings |
| Pro | $13.32 | 30-hr meetings, 5 users |
| Business | $18.32 | 300 attendees, custom branding |
| Enterprise | $0 | Contact sales |
Free: 40-min group meetings. Pro: $13.32/mo. Business: $18.32/mo. API access included in all plans.
| Method | Path | Description |
|---|---|---|
| GET | /api/rest/v1/account/balance |
balance |
| GET | /api/rest/v1/account/statistics |
statistics |
| POST | /api/rest/v1/account/transfer |
transfer |
| GET | /api/rest/v1/account/user |
search |
| PUT | /api/rest/v1/account/user |
create |
| GET | /api/rest/v1/account/user/{userId} |
getUser |
| POST | /api/rest/v1/account/user/{userId} |
update |
| GET | /api/rest/v1/contacts/all |
all |
curl -X GET 'https://www.zoomconnect.com/app/api/rest/v1/account/balance' \ -H 'email: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official www.zoomconnect.com documentation.