Skip to content

Latest commit

 

History

History
73 lines (41 loc) · 2.82 KB

File metadata and controls

73 lines (41 loc) · 2.82 KB

\GmbAttributesApi

All URIs are relative to https://zernio.com/api

Method HTTP request Description
get_google_business_attributes GET /v1/accounts/{accountId}/gmb-attributes Get attributes
update_google_business_attributes PUT /v1/accounts/{accountId}/gmb-attributes Update attributes

get_google_business_attributes

models::GetGoogleBusinessAttributes200Response get_google_business_attributes(account_id, location_id) Get attributes

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

Parameters

Name Type Description Required Notes
account_id String [required]
location_id Option<String> Override which location to query. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs.

Return type

models::GetGoogleBusinessAttributes200Response

Authorization

bearerAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

update_google_business_attributes

models::UpdateGoogleBusinessAttributes200Response update_google_business_attributes(account_id, update_google_business_attributes_request, location_id) Update attributes

Updates location attributes (amenities, services, etc.). The attributeMask specifies which attributes to update (comma-separated).

Parameters

Name Type Description Required Notes
account_id String [required]
update_google_business_attributes_request UpdateGoogleBusinessAttributesRequest [required]
location_id Option<String> Override which location to target. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs.

Return type

models::UpdateGoogleBusinessAttributes200Response

Authorization

bearerAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]