---
title: "Google attributes for your business"
method: GET
path: "/business/{business_id}/attributes"
tags: ["Businesses"]
---

# Google attributes for your business

`GET /business/{business_id}/attributes`

This endpoint allows you to view the **Google attributes** set for your business.

## Path parameters

- `business_id` string, required

## Query parameters

- `category_name` string
- `country` string

## Response `200`

OK

- BusinessAttributesResponse
  - `attributes` union[] — List of Business Attributes
    - union
      - AttributesFieldBOOL — A Google Attribute
        - `gmb_id` string — Google id of the attribute
        - `type` string — Possible values are "BOOL", "ENUM", "REPEATABLE_ENUM", "URL", "REPEATABLE_URL".
        - `value` boolean, nullable — Value for this Attribute. Can be null if not set
      - AttributesFieldENUM — A Google Attribute
        - `gmb_id` string — Google id of the attribute
        - `type` string — Possible values are "BOOL", "ENUM", "REPEATABLE_ENUM", "URL", "REPEATABLE_URL".
        - `value` string, nullable — Value for this Attribute. Can be null if not set
      - AttributesFieldREPEATABLEENUM — A Google Attribute
        - `gmb_id` string — Google id of the attribute
        - `type` string — Possible values are "BOOL", "ENUM", "REPEATABLE_ENUM", "URL", "REPEATABLE_URL".
        - `value` object, nullable — Value for this Attribute. Can be null if not set
          - `set_values` string[] — Options which are true for the Attribute. Can be empty.
          - `unset_values` string[] — Options which are false for the Attributes. Can be empty
      - AttributesFieldURL — A Google Attribute
        - `gmb_id` string — Google id of the attribute
        - `type` string — Possible values are "BOOL", "ENUM", "REPEATABLE_ENUM", "URL", "REPEATABLE_URL".
        - `value` string, nullable — Value for this Attribute. Can be null if not set
      - AttributesFieldREPEATABLEURL — A Google Attribute
        - `gmb_id` string — Google id of the attribute
        - `type` string — Possible values are "BOOL", "ENUM", "REPEATABLE_ENUM", "URL", "REPEATABLE_URL".
        - `value` string[], nullable — Value for this Attribute. Can be null if not set

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
