Google Business Profile Verifications
Fetch verification options, start and complete location verification, and inspect voice-of-merchant state.
google-business-profile-verificationsv1.0.06 tools
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| OAuth 2.0 | oauth2 | available | — |
Call a tool
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "GOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_LOCATIONS_FETCH_VERIFICATION_OPTIONS", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("GOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_LOCATIONS_FETCH_VERIFICATION_OPTIONS", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute GOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_LOCATIONS_FETCH_VERIFICATION_OPTIONS --data '{ }'Tool catalog
Available tools
6 callable operations
Mybusinessverifications Locations FetchVerificationOptionsGOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_LOCATIONS_FETCH_VERIFICATION_OPTIONSReports all eligible verification options for a location in a specific language.Connection1 scope
Reports all eligible verification options for a location in a specific language.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
locations
Mybusinessverifications Locations GetVoiceOfMerchantStateGOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_LOCATIONS_GET_VOICE_OF_MERCHANT_STATEGets the VoiceOfMerchant state.Connection1 scope
Gets the VoiceOfMerchant state.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
locations
Mybusinessverifications Locations Verifications CompleteGOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_LOCATIONS_VERIFICATIONS_COMPLETECompletes a `PENDING` verification. It is only necessary for non `AUTO` verification methods. `AUTO` verification request is instantly `VERIFIED` upon creation.Connection1 scope
Completes a `PENDING` verification. It is only necessary for non `AUTO` verification methods. `AUTO` verification request is instantly `VERIFIED` upon creation.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
locations
Mybusinessverifications Locations Verifications ListGOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_LOCATIONS_VERIFICATIONS_LISTList verifications of a location, ordered by create time.Connection1 scope
List verifications of a location, ordered by create time.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
locations
Mybusinessverifications Locations VerifyGOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_LOCATIONS_VERIFYStarts the verification process for a location.Connection1 scope
Starts the verification process for a location.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
locations
Mybusinessverifications VerificationTokens GenerateGOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_VERIFICATION_TOKENS_GENERATEGenerate a token for the provided location data to verify the location.Connection1 scope
Generate a token for the provided location data to verify the location.
Authentication
Connected account requiredScopes
https://www.googleapis.com/auth/business.manageTags
verificationtokens