Appearance
Get services
Gets the services offered by a Google Business Profile location. Returns an array of service items (structured or free-form with optional price).
GET /v1/accounts/{accountId}/gmb-services
Gets the services offered by a Google Business Profile location. Returns an array of service items (structured or free-form with optional price).
Parameters
accountId(path, string) requiredlocationId(query, string) — Override which location to query. If omitted, uses the account's selected location.
Responses
200 — Services fetched successfully
success(boolean)accountId(string)locationId(string)services(array)
401 — Unauthorized
error(string)details(object)