---
title: "Get Market Segmentation Segment data."
method: GET
path: "/market-segmentation/v1/segments/{id}"
tags: ["Market Segmentation"]
---

# Get Market Segmentation Segment data.

`GET /market-segmentation/v1/segments/{id}`

## Path parameters

- `id` Id, required — unresolved $ref

## Headers

- `x-property-id` string, required

## Response `200`

Market Segmentation Segment data.

- SegmentResponseSchema
  - `id` string
  - `groupId` string
  - `name` string
  - `code` string
  - `description` string
  - `isEnabled` boolean
  - `isDefault` boolean
  - `ratePlanIds` string[]
  - `createdAt` string, Y-m-d\TH:i:sP
  - `updatedAt` string, Y-m-d\TH:i:sP, nullable
  - `canEdit` string[]
  - `canDelete` boolean
  - `canDisable` boolean

## Other responses

- `400` — Bad request response.
- `403` — Forbidden response.
- `404` — Not Found response.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/cloudbeds/apis/cloudbeds-api.md) · [All operations](https://skmtc.dev/cloudbeds/apis/cloudbeds-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudbeds/cloudbeds-api/revisions/2faa857793e8/schema)
