---
title: "List Available Attributes"
method: POST
path: "/v2/gbp/attribute-metadata/"
tags: ["Manage Google Business Profile"]
---

# List Available Attributes

`POST /v2/gbp/attribute-metadata/`

List the attributes available for a category and region, with their display names and accepted values. Use this to discover what **POST /v2/gbp/update-attributes/** will accept.

`category` must carry the `gcid:` prefix, for example `gcid:plumber`. A value without it is rejected.

When more results exist the response carries a `next_token`. Pass it back as `next_token` to fetch the next page. When it is absent you have reached the end.

## Response `200`

Successful response

- object
  - `code` integer
  - `code_desc` union
    - string
    - boolean
  - `success` boolean
  - `message` union
    - string
    - boolean
  - `parameters` object
  - `data` object

## Other responses

- `400` — The request was malformed or missing required parameters.
- `401` — The API key is missing, invalid, or does not have permission for the requested resource.
- `429` — You have exceeded the rate limit. Please wait before making additional requests.
- `500` — An unexpected error occurred on the server. Please try again later.

## Changes

- **2026-09-03** `85390c3f81cf` — 2 info
  - api tag `Manage Google Business Profile` added
  - api tag `Google Business Profile` removed
- **2026-09-02** `ad66f8884700` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/localfalcon/apis/local-falcon-api/changes/v2/gbp/attribute-metadata/post.md)

---

[API](https://skmtc.dev/localfalcon/apis/local-falcon-api.md) · [All operations](https://skmtc.dev/localfalcon/apis/local-falcon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/localfalcon/local-falcon-api/revisions/85390c3f81cf/schema)
