Google Voice website screenshot

Google Voice

Google Voice is a telecommunications service by Google that provides call forwarding, voicemail, text messaging, and voice calling for personal and Google Workspace business accounts. While Google Voice does not offer an official standalone REST API, voice services can be managed programmatically through the Google Workspace Admin SDK for provisioning users, assigning numbers, and managing locations. Google Voice integrates with Google Workspace for enterprise telephony management.

1 APIs 0 Features
Google VoiceMessagingPhoneTelecommunicationsVoiceVoicemailVoIP

APIs

Google Voice API

Management API for Google Voice services through the Google Workspace Admin SDK, enabling user provisioning, number assignment, and location management for enterprise telephony.

Collections

Pricing Plans

Rate Limits

Google Voice Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Google Voice Context

0 classes · 9 properties

JSON-LD

Resources

🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Voice API
  version: 1.0.0
items:
- info:
    name: Locations
    type: folder
  items:
  - info:
      name: Google Voice List Buildings
      type: http
    http:
      method: GET
      url: https://admin.googleapis.com/admin/directory/v1/customer/:customerId/resources/buildings
      params:
      - name: customerId
        value: ''
        type: path
        description: The Google Workspace customer ID.
    docs: Lists buildings associated with the Google Workspace customer, which can be used for Google Voice location assignments.
- info:
    name: Users
    type: folder
  items:
  - info:
      name: Google Voice List Users
      type: http
    http:
      method: GET
      url: https://admin.googleapis.com/admin/directory/v1/users
      params:
      - name: domain
        value: ''
        type: query
        description: The domain name.
      - name: maxResults
        value: ''
        type: query
        description: Maximum number of results.
      - name: pageToken
        value: ''
        type: query
        description: Token for pagination.
    docs: Lists users in the Google Workspace domain who may be assigned Google Voice licenses.
  - info:
      name: Google Voice Get User
      type: http
    http:
      method: GET
      url: https://admin.googleapis.com/admin/directory/v1/users/:userKey
      params:
      - name: userKey
        value: ''
        type: path
        description: The user's email address or unique ID.
    docs: Retrieves a user, including their Google Voice assignment status.
bundled: true