My Business Verifications API
The My Business Verifications API provides an interface for taking verifications related actions for locations.
Latency
Not monitored yet
Uptime
Not monitored yet
Playground
Verified
live
Endpoints
/v1/verificationTokens:generate
Generates a token for the provided location data as a vetted [partner](https://support.google.com/business/answer/7674102). Throws PERMISSION_DENIED if the caller is not a vetted partner account. Throws FAILED_PRECONDITION if the caller's VettedStatus is INVALID.
/v1/{location}:fetchVerificationOptions
Reports all eligible verification options for a location in a specific language.
/v1/{name}/VoiceOfMerchantState
Gets the VoiceOfMerchant state.
/v1/{name}:complete
Completes a `PENDING` verification. It is only necessary for non `AUTO` verification methods. `AUTO` verification request is instantly `VERIFIED` upon creation.
/v1/{name}:verify
Starts the verification process for a location.
/v1/{parent}/verifications
List verifications of a location, ordered by create time.
6 endpoints auto-detected
curl -X POST \ "https://mybusinessverifications.googleapis.com/v1/verificationTokens:generate"
mybusinessverifications.googleapis.com · HTTPS only