---
title: "Retrieve a service offered in a center"
method: GET
path: "/v1/Centers/{center_id}/services/{service_id}"
---

# Retrieve a service offered in a center

`GET /v1/Centers/{center_id}/services/{service_id}`

This API helps you to retrieve the details of a specific service at the required center.You must specify in the API request the unique identifier of the location (center) as `center_id` and the unique identifier of the service as `service_id`. The API then retrieves the details of the service.You can also use the `expand` parameter in the API request to specify details for the `additional_info`, `catalog_info`, `variants_info`, `add_ons_info`, `tags`, and `image_paths` parameters.

## Path parameters

- `center_id` string, required
- `service_id` string, required

## Query parameters

- `expand` string

## Response `200`

200

- union
  - object
    - `id` string
    - `code` string
    - `name` string
    - `description` string
    - `duration` integer
    - `recovery_time` integer
    - `price_info` object
      - `currency_id` integer
      - `sale_price` integer
      - `tax_id` string
      - `ssg` unknown
      - `include_tax` boolean
      - `demand_group_id` string
    - `additional_info` unknown
    - `catalog_info` unknown
    - `variants_info` unknown
    - `add_ons_info` unknown
    - `image_paths` unknown
  - object
    - `id` string
    - `code` string
    - `name` string
    - `description` string
    - `duration` integer
    - `recovery_time` integer
    - `price_info` object
      - `currency_id` integer
      - `sale_price` integer
      - `tax_id` string
      - `ssg` integer
      - `include_tax` boolean
      - `demand_group_id` string
    - `additional_info` unknown
    - `catalog_info` unknown
    - `variants_info` unknown
    - `add_ons_info` unknown
    - `image_paths` unknown
    - `parallel_groups` object[]

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
