Appearance
Get attributes
Returns GBP location attributes (amenities, services, accessibility, payment types). Available attributes vary by business category.
GET /v1/accounts/{accountId}/gmb-attributes
Returns GBP location attributes (amenities, services, accessibility, payment types). Available attributes vary by business category.
Parameters
accountId(path, string) requiredlocationId(query, string) — Override which location to query. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs.
Responses
200 — Attributes fetched successfully
success(boolean)accountId(string)locationId(string)attributes(array)
400 — Invalid request
error(string)details(object)
401 — Unauthorized
error(string)details(object)