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

# Get attributes

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

Returns Google Business Profile location attributes (amenities, services, accessibility, payment types). Available attributes vary by business category.

## Path parameters

- `accountId` string, required

## Query parameters

- `locationId` string

## Response `200`

Attributes fetched successfully

- object
  - `success` boolean
  - `accountId` string
  - `locationId` string
  - `attributes` object[]
    - `name` string — Attribute identifier (e.g. has_delivery)
    - `valueType` string — Value type (BOOL, ENUM, URL, REPEATED_ENUM)
    - `values` unknown[]
      - unknown
    - `repeatedEnumValue` object
      - `setValues` string[]
      - `unsetValues` string[]

## Other responses

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

## Changes

- **2026-09-25** `2c04683ce694` — 8 info
  - added the optional property `details/adAccountId` to the response with the `400` status
  - added the optional property `details/adAccountId` to the response with the `401` status
  - added the optional property `details/createdObjects` to the response with the `400` status
  - added the optional property `details/createdObjects` to the response with the `401` status
  - …4 more
- **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-attributes/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/b2325332041a?raw)
