---
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

---

[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/revisions/19fd2b70854e/schema)
