---
title: "Get verification state"
method: GET
path: "/v1/accounts/{accountId}/gmb-verifications"
tags: ["GMB Verifications"]
---

# Get verification state

`GET /v1/accounts/{accountId}/gmb-verifications`

Returns the location's Voice of Merchant state plus its verification history. `voiceOfMerchantState.hasVoiceOfMerchant` tells you whether the listing is verified and published; when it is false, `verify` reports whether a verification is already pending. Each entry in `verifications` has a `state` of PENDING, COMPLETED, or FAILED.

## Path parameters

- `accountId` string, required

## Query parameters

- `locationId` string

## Response `200`

Verification state fetched successfully

- object
  - `success` boolean
  - `accountId` string
  - `locationId` string
  - `voiceOfMerchantState` object — Raw Voice of Merchant state from Google.
    - `hasVoiceOfMerchant` boolean — True when the listing is verified and published (eligible to surface reviews, edits, etc.).
    - `hasBusinessAuthority` boolean — True when the authenticated user has owner/manager authority over the listing.
    - `verify` object — Present when verification is the path to Voice of Merchant.
      - `hasPendingVerification` boolean — True when a verification is already in progress.
  - `verifications` object[] — Verification history, newest first. Empty when none exist.
    - `name` string — Resource name, e.g. "locations/123/verifications/0T1776879124712". The last segment is the verificationId.
    - `method` 'ADDRESS' | 'EMAIL' | 'PHONE_CALL' | 'SMS' | 'AUTO' | 'VETTED_PARTNER' — Method used (omitted on some entries).
    - `state` 'PENDING' | 'COMPLETED' | 'FAILED'
    - `createTime` string, date-time

## Other responses

- `400` — Not a Google Business account or missing location
- `401` — Unauthorized or token invalid
- `404` — Resource not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/19fd2b70854e/schema)
