v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Google

List Google Services

Get all Google Services available for your business categories.
⚠️ What are Google Services? Google Services are highly visible statements about your business that appear on your Google listing.
They indicate the different services available for your business, to which you can also add a price and a description.
For example, the category gcid:bakery has several suggested services available, such as catering or delivery.
Not satisfied with those? You can add your very own custom services and link them to the category of your business of your choice!
To recover service values set for a business, see get services business endpoints.
To handle service values for businesses, see set structured services business endpoints.
To handle custom service values for businesses, see set free form services business endpoints.
This endpoint allows you to view the Google Services available for your business.
The services available depend on the categories of the business, not only the main one.

get/services/suggestions

Query parameters

business__inBusinessId[]

Filter by business ids. Use a comma-separated list to provide multiple ids.

[
  "5409c35a97bbc544d8e26737"
]

Response

OK

Example response

{
  "services_suggestions": [
    {
      "service_id": 1,
      "name": "Salle d'escalade",
      "category_id": 42,
      "category_gmb_name": "gcid:climbing_gym"
    }
  ]
}