Complete a verification
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.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
The Zernio account ID (from /v1/accounts)
The last segment of a verification name from GET /gmb-verifications.
Query Parameters
Override which location to target. If omitted, uses the account's selected location.
1 <= lengthRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
{ "success": true, "accountId": "string", "locationId": "string", "verification": { "name": "string", "method": "ADDRESS", "state": "PENDING", "createTime": "2019-08-24T14:15:22Z" }}Start a verification
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.
List media
Lists media items (photos) for a Google Business Profile location. Returns photo URLs, descriptions, categories, and metadata.