---
title: "Get Segments API endpoint"
method: GET
path: "/core/v3/{store_id}/segments"
---

# Get Segments API endpoint

`GET /core/v3/{store_id}/segments`

The Get Segments endpoint fetches a list of all segments for a specified store, including metadata, from both Yotpo SMS & Email and Yotpo Loyalty.

## Path parameters

- `store_id` string, required

## Response `200`

200

- object[]
  - `id` string
  - `name` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `401` — 401

---

[API](https://skmtc.dev/yotpo/apis/app-developer-api.md) · [All operations](https://skmtc.dev/yotpo/apis/app-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/yotpo/app-developer-api/revisions/4effe7674a3b/schema)
