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

# Complete a verification

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

Completes a PENDING verification by submitting the PIN/code Google sent the business (postcard code, SMS PIN, etc.). On success the verification moves to COMPLETED.

## Path parameters

- `accountId` string, required
- `verificationId` string, required

## Query parameters

- `locationId` string

## Request body

- object
  - `pin` string, required — The code Google sent to the business.

## Response `200`

Verification completed

- 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 PIN or verification not pending)
- `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/versions/f81ca70ea6b9/schema)
