v2

latestOpenAPI 3.1.02026-08-075421692.0 MB
GMB Services

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

Path parameters

accountIdstring required

Query parameters

locationIdstring

Override which location to query. If omitted, uses the account's selected location.

Response

Services fetched successfully

successboolean
accountIdstring
locationIdstring

Example response

{
  "services": [
    {
      "price": {
        "currencyCode": "USD",
        "units": "50"
      }
    }
  ]
}