Open Connector
All tools

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

MethodKindStatusDetails
OAuth 2.0oauth2available

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.

Reports all eligible verification options for a location in a specific language.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations
Mybusinessverifications Locations GetVoiceOfMerchantStateGOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_LOCATIONS_GET_VOICE_OF_MERCHANT_STATEGets the VoiceOfMerchant state.

Gets the VoiceOfMerchant state.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

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.

Completes a `PENDING` verification. It is only necessary for non `AUTO` verification methods. `AUTO` verification request is instantly `VERIFIED` upon creation.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations
Mybusinessverifications Locations Verifications ListGOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_LOCATIONS_VERIFICATIONS_LISTList verifications of a location, ordered by create time.

List verifications of a location, ordered by create time.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations
Mybusinessverifications Locations VerifyGOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_LOCATIONS_VERIFYStarts the verification process for a location.

Starts the verification process for a location.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

locations
Mybusinessverifications VerificationTokens GenerateGOOGLE_BUSINESS_PROFILE_VERIFICATIONS_MYBUSINESSVERIFICATIONS_VERIFICATION_TOKENS_GENERATEGenerate a token for the provided location data to verify the location.

Generate a token for the provided location data to verify the location.

Authentication

Connected account required

Scopes

https://www.googleapis.com/auth/business.manage

Tags

verificationtokens