Googleapis Mybusinessverifications
Google My Business Verifications API is a Google API for initiating and managing verification of Google Business Profile locations.
- Base URL:
https://mybusinessverifications.googleapis.com - Auth:
bearer(pass your key via theapiKeyinput)
Operations
mybusinessverifications_locations_getvoiceofmerc— GET /v1/{name}/VoiceOfMerchantState — Gets the VoiceOfMerchant state.mybusinessverifications_locations_verifications_— GET /v1/{parent}/verifications — List verifications of a location, ordered by create time.mybusinessverifications_verificationtokens_gener— POST /v1/verificationTokens:generate — Generates a token for the provided location data as a vetted [partner](https://smybusinessverifications_locations_fetchverificat— POST /v1/{location}:fetchVerificationOptions — Reports all eligible verification options for a location in a specific language.mybusinessverifications_locations_verify— POST /v1/{name}:verify — Starts the verification process for a location.
Inputs
apiKey— your googleapis-mybusinessverifications API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: mybusinessverifications_locations_getvoiceofmerc
apiKey: <your key>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: mybusinessverifications_locations_getvoiceofmerc, mybusinessverifications_locations_verifications_, mybusinessverifications_verificationtokens_gener, mybusinessverifications_locations_fetchverificat, mybusinessverifications_locations_verify |
location |
string | no | — | Path parameter location (required by some operations). |
name |
string | no | — | Path parameter name (required by some operations). |
parent |
string | no | — | Path parameter parent (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |
body |
string | no | — | Request body as a JSON object string (for create/update operations). |