---
title: "Get services"
method: GET
path: "/v1/accounts/{accountId}/gmb-services"
tags: ["GMB Services"]
---

# Get services

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

Gets the services offered by a Google Business Profile location.
Returns an array of service items (structured or free-form with optional price).

## Path parameters

- `accountId` string, required

## Query parameters

- `locationId` string

## Response `200`

Services fetched successfully

- object
  - `success` boolean
  - `accountId` string
  - `locationId` string
  - `services` object[]
    - `structuredServiceItem` object
      - `serviceTypeId` string
      - `description` string
    - `freeFormServiceItem` object
      - `category` string
      - `label` object
        - `displayName` string
        - `description` string
    - `price` object
      - `currencyCode` string
      - `units` string
      - `nanos` integer

## Other responses

- `400` — Invalid request
- `401` — Unauthorized

## Changes

- **2026-09-16** `3e6ddf2a99ea` — 2 info
  - added the optional property `details/budgetScope` to the response with the `400` status
  - added the optional property `details/budgetScope` to the response with the `401` status
- **2026-09-15** `0dba7d004d75` — 4 info
  - added the optional property `details/quotaExhausted` to the response with the `400` status
  - added the optional property `details/quotaExhausted` to the response with the `401` status
  - added the optional property `details/quotaScope` to the response with the `400` status
  - added the optional property `details/quotaScope` to the response with the `401` status

[Change history](https://skmtc.dev/zernio/apis/zernio-api/changes/v1/accounts/:accountId/gmb-services/get.md)

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/106013ac73b8?raw)
