---
title: "Fetch Google Location Verification Options"
method: GET
path: "/verifications/google-locations/{google_location_id}/options"
tags: ["Google"]
---

# Fetch Google Location Verification Options

`GET /verifications/google-locations/{google_location_id}/options`

This endpoint retrieves verification options for a specific Google location identified by `google_location_id`. It  requires authentication and authorization to access. The user must have at least the role of a `BUSINESS_MANAGER` to use this endpoint.

Note that the response can return an empty options list, this can mean two things:
   - There are really no verification options available for this location.
   - Video verification is possible but not implemented through the API. In this case, you should ask the user to manually verify.

## Path parameters

- `google_location_id` string, required

## Response `200`

OK

- object
  - `status` string — The status of the response `success`, `warning` or `error`.
  - `options` object[] — List of available verification options returned.
    - `method` string — The method of verification, can be `PHONE_CALL`, `SMS`, `EMAIL` or `ADDRESS`.
    - `phone_number` string — *OPTIONAL* Depending on the status: - `AVAILABLE`: The phone number to which the code will be sent, either through an automated call or a text message. - `PENDING`: The phone number where the code has been sent in case of `PENDING` status. Note that this attribute is only returned for `PHONE_CALL` and `SMS` methods.
    - `email` string — *OPTIONAL* The email address to which the code will be or has been sent. Note that this attribute is only returned for `EMAIL` method.
    - `full_name` string — **OPTIONAL and only with `PENDING` status:** The full name to which the postcard has been sent to. Note that this attribute is only returned for `ADDRESS` method.
    - `full_address` string — *OPTIONAL* The full address to which the postcard will be or has been sent to. Note that this attribute is only returned for `ADDRESS` method.
    - `expected_delivery_days` integer — *OPTIONAL* The expected of business days it will take for the postcard to be delivered. Note that this attribute is only returned for `ADDRESS` method.
    - `status` string — The status of the verification option, can be `PENDING` or `AVAILABLE`.
  - `message` 'listing_verified' | 'listing_in_review' | 'listing_disabled' | 'listing_suspended' | 'listing_status_not_found' — *OPTIONAL* Details of the message. Can be one of the following: - `listing_verified`: The location is already verified (returned with a `success` status). - `listing_in_review`: The location is already in review for verification (returned with a `warning` status). - `listing_disabled`: The location is disabled (returned with a `error` status). - `listing_suspended`: The location is suspended (returned with a `error` status). - `listing_status_not_found`: The location is not found (returned with a `error` status).

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

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