---
title: "List all memberships in a center"
method: GET
path: "/v1/centers/{center_id}/memberships"
---

# List all memberships in a center

`GET /v1/centers/{center_id}/memberships`

Supply unique identifier of the center as `center_id` and this API will retrieve the list of memberships associated with that center if the membership falls within the active sale period.

## Query parameters

- `center_id` string, required
- `show_in_catalog` boolean, required
- `expand` string
- `page` integer
- `size` integer

## Response `200`

200

- object
  - `memberships` object[]
    - `id` string
    - `version_id` string
    - `name` string
    - `price` object
      - `currency_id` integer
      - `sales` integer
      - `tax` integer
      - `final` integer
    - `can_book` boolean
    - `show_price` boolean
    - `display_name` unknown
    - `display_price` unknown
    - `image_paths` unknown
    - `is_recurring_membership` boolean
    - `membership_type` integer
    - `first_collection_after` integer
    - `description` string
    - `html_description` unknown
    - `terms_and_conditions` unknown
    - `terms_and_conditions_acceptance` unknown
    - `enforce_mandatory_fields` boolean
    - `payment_frequency` string
  - `total_no_of_memberships` integer

## Other responses

- `400` — 400

---

[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)
