---
title: "List GBP locations"
method: GET
path: "/v1/accounts/{accountId}/gmb-locations"
tags: ["Connect"]
---

# List GBP locations

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

Returns Google Business Profile locations the connected account can access, plus the currently selected location. The list is bounded (see hasMore); for accounts that own many locations, use the search or filter query params to find a specific one instead of loading them all, or raise limit to enumerate an account with more than 100 locations.

## Path parameters

- `accountId` string, required

## Query parameters

- `search` string
- `filter` string
- `limit` integer

## Response `200`

Locations list

- object
  - `locations` object[]
    - `id` string
    - `name` string
    - `accountId` string
    - `accountName` string
    - `address` string
    - `category` string
    - `websiteUrl` string
    - `storeCode` string
  - `hasMore` boolean — True when more locations exist than were returned (use search to narrow down).
  - `selectedLocationId` string
  - `cached` boolean

## Other responses

- `400` — Invalid query parameter (e.g. limit out of range)
- `401` — Unauthorized
- `404` — Account 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)
