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

# Get attributes

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

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

---

[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/f81ca70ea6b9/schema)
