google business profile
Get location details
Returns detailed GBP location info (hours, description, phone, website, categories). Use readMask to request specific fields.
AuthorizationBearer <token>
API key authentication - use your Late API key as a Bearer token
In: header
Path Parameters
accountIdstring
The Late account ID (from /v1/accounts)
Query Parameters
readMask?string
Comma-separated fields to return. Available: name, title, phoneNumbers, categories, storefrontAddress, websiteUri, regularHours, specialHours, serviceArea, profile, openInfo, metadata, moreHours.
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://getlate.dev/api/v1/accounts/string/gmb-location-details"{
"success": true,
"accountId": "64e1f0a9e2b5af0012ab34cd",
"locationId": "9281089117903930794",
"title": "Joe's Pizza",
"regularHours": {
"periods": [
{
"openDay": "MONDAY",
"openTime": "11:00",
"closeDay": "MONDAY",
"closeTime": "22:00"
},
{
"openDay": "TUESDAY",
"openTime": "11:00",
"closeDay": "TUESDAY",
"closeTime": "22:00"
}
]
},
"specialHours": {
"specialHourPeriods": [
{
"startDate": {
"year": 2026,
"month": 12,
"day": 25
},
"closed": true
}
]
},
"profile": {
"description": "Authentic New York style pizza since 1985"
},
"websiteUri": "https://joespizza.com"
}{
"error": "string",
"details": {}
}{
"error": "string",
"details": {}
}{
"error": "Not found"
}