# www.zoomconnect.com **Provider:** www.zoomconnect.com **Category:** communication **Base URL:** `https://www.zoomconnect.com/app` **Auth:** oauth2 — `Authorization: Bearer YOUR_ACCESS_TOKEN` **Rate Limit:** 100 requests/sec (account-level); 30 requests/sec (user-level) **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://www.zoomconnect.com/app ## Description The world's greatest SMS API ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://www.zoomconnect.com/app/api/rest/v1/account/balance` | balance | | GET | `https://www.zoomconnect.com/app/api/rest/v1/account/statistics` | statistics | | POST | `https://www.zoomconnect.com/app/api/rest/v1/account/transfer` | transfer | | GET | `https://www.zoomconnect.com/app/api/rest/v1/account/user` | search | | PUT | `https://www.zoomconnect.com/app/api/rest/v1/account/user` | create | | GET | `https://www.zoomconnect.com/app/api/rest/v1/account/user/{userId}` | getUser | | POST | `https://www.zoomconnect.com/app/api/rest/v1/account/user/{userId}` | update | | GET | `https://www.zoomconnect.com/app/api/rest/v1/contacts/all` | all | ## Authentication OAuth 2.0 or Server-to-Server OAuth for meeting and user management ``` Authorization: Bearer YOUR_ACCESS_TOKEN ``` ## Sample Request ```bash curl -X GET 'https://www.zoomconnect.com/app/api/rest/v1/account/balance' \ -H 'email: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 40-min group meetings. Pro: $13.32/mo. Business: $18.32/mo. API access included in all plans. --- *Source: [API Map](https://apimap.dev/apis/www-zoomconnect-com/) — CC BY 4.0*