---
title: "Google Services for your business"
method: GET
path: "/business/{business_id}/services"
tags: ["Businesses"]
---

# Google Services for your business

`GET /business/{business_id}/services`

This endpoint allows you to view the Google Services set for your business.

## Path parameters

- `business_id` string, required

## Response `200`

OK

- BusinessServicesResponse — List of Business Services.
  - `services` Services[]
    - `service_id` integer — Id of the service (For creation you can get this id by calling [get services suggestions endpoint](/api-reference/google/list-google-services))
    - `type` 'STRUCTURED_SERVICE_ITEM' | 'FREE_FORM_SERVICE_ITEM' — Type of the service
    - `name` string — Name of the service.
    - `price` number — Price of the service.
    - `description` string — Description of the service.
    - `category_gmb_name` string — Google name of the category.

## Other responses

- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

[API](https://skmtc.net/partoo/apis/partoo-rest-api.md) · [All operations](https://skmtc.net/partoo/apis/partoo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/partoo/partoo-rest-api/revisions/3652d8b1a8b3/schema)
