---
title: "Start a verification"
method: POST
path: "/v1/accounts/{accountId}/gmb-verifications"
tags: ["GMB Verifications"]
---

# Start a verification

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

Starts a verification for the location. This is a mutating action: depending on `method`, Google mails a postcard, places a call, or sends an SMS/email to the business. Submit the resulting code with POST /gmb-verifications/{verificationId}/complete. Use POST /gmb-verifications/options first to discover which methods are eligible.

## Path parameters

- `accountId` string, required

## Query parameters

- `locationId` string

## Request body

- object
  - `method` 'ADDRESS' | 'EMAIL' | 'PHONE_CALL' | 'SMS' | 'AUTO' | 'VETTED_PARTNER', required — The verification method. Selects which method-specific field below is required.
  - `languageCode` string
  - `phoneNumber` string — For PHONE_CALL / SMS.
  - `emailAddress` string — For EMAIL.
  - `mailerContact` object — For ADDRESS (postcard) verification.
  - `context` object — ServiceBusinessContext (e.g. service address). Required for service-area businesses.

## Response `200`

Verification started

- object
  - `success` boolean
  - `accountId` string
  - `locationId` string
  - `verification` object
    - `name` string
    - `method` 'ADDRESS' | 'EMAIL' | 'PHONE_CALL' | 'SMS' | 'AUTO' | 'VETTED_PARTNER'
    - `state` 'PENDING' | 'COMPLETED' | 'FAILED'
    - `createTime` string, date-time

## Other responses

- `400` — Invalid request (e.g. wrong field for the chosen method, or Google rejected it)
- `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/15e893e69e8c/schema)
