google business profile
Get attributes
Returns GBP location attributes (amenities, services, accessibility, payment types). Available attributes vary by business category.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
Response Body
application/json
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/accounts/string/gmb-attributes"{
"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"
]
}
}
]
}{
"error": "string",
"details": {}
}{
"error": "string",
"details": {}
}