---
title: "Customers By Value Segment"
method: GET
path: "/Segments/GetCustomersByValueSegment"
tags: ["Value Segment"]
---

# Customers By Value Segment

`GET /Segments/GetCustomersByValueSegment`

Returns the list of customer IDs associated with a particular value segment at the current time. Value segments can be tracked in Optimove's Customer Model page

## Query parameters

- `valueSegmentID` integer, required
- `CustomerAttribute` string

## Response `200`

Success

- OptimoveAPIModelsOptimoveCustomerIDCust[]
  - `CustomerID` string, nullable
  - `CustomerAttributes` string[], nullable

---

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