w

www.zoomconnect.com

by www.zoomconnect.com Free tier

The world's greatest SMS API

communicationvideomeetingswebinarsproductivity

Quick Reference

Base URL 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
Pricing
90
Latency
0
Depth
71

Authentication

OAuth 2.0 or Server-to-Server OAuth for meeting and user management

Authorization: Bearer YOUR_ACCESS_TOKEN

Pricing

Model freemium Starting price Free tier available Free quota Group meetings capped at 40 min
PlanPrice/moIncluded
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.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://www.zoomconnect.com/app/api/rest/v1/account/balance' \
  -H 'email: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official www.zoomconnect.com documentation.