Google Business Profile
Get attributes
Returns Google Business Profile location attributes (amenities, services, accessibility, payment types). Available attributes vary by business category.
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
accountId*string
Query Parameters
locationId?string
Override which location to query. If omitted, uses the account's selected location. Use GET /gmb-locations to list valid IDs.
Response Body
application/json
application/json
application/json
{ "success": true, "attributes": [ { "name": "has_delivery", "valueType": "BOOL", "values": [ true ] }, { "name": "has_takeout", "valueType": "BOOL", "values": [ true ] }, { "name": "has_outdoor_seating", "valueType": "BOOL", "values": [ true ] }, { "name": "pay_credit_card_types_accepted", "valueType": "REPEATED_ENUM", "repeatedEnumValue": { "setValues": [ "visa", "mastercard", "amex" ] } } ]}Was this page helpful?