---
title: "List segment contacts"
method: GET
path: "/api/reach/v1/segmentation/segments/{segmentUuid}/contacts"
tags: ["Reach: Segments"]
deprecated: true
---

# List segment contacts

`GET /api/reach/v1/segmentation/segments/{segmentUuid}/contacts`

> **Deprecated.**

Retrieve contacts associated with a specific segment.

This endpoint allows you to fetch and filter contacts that belong to a particular segment,
identified by its UUID.

**Deprecated.** This endpoint cannot target a profile, so it always falls back to
the client's default profile and cannot read segments of any other profile. Use
`GET /api/reach/v1/profiles/{profileUuid}/segmentation/segments/{segmentUuid}/contacts` instead.

## Path parameters

- `segmentUuid` string, required

## Query parameters

- `page` integer
- `per_page` integer

## Response `200`

Success response

- object
  - `data` ReachV1ContactsSegmentsSegmentationContactResource[] — Array of [`Reach.V1.Contacts.Segments.SegmentationContactResource`](#model/reachv1contactssegmentssegmentationcontactresource)
    - `uuid` string
    - `name` string, nullable
    - `surname` string, nullable
    - `email` string
    - `subscription_status` 'subscribed' | 'unsubscribed' | 'confirmed' | 'pending'
    - `subscribed_at` string, date-time
    - `source` 'sync' | 'import' | 'manual' | 'api' | 'form' | 'checkout' | 'horizons', nullable
    - `note` string, nullable
  - `meta` CommonSchemaPaginationMetaSchema
    - `current_page` integer
    - `per_page` integer
    - `total` integer

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

## Changes

> 88 revisions in range; 17 could not be searched.

- **2026-08-07** `796bd5194565` — 1 info
  - endpoint deprecated
- **2026-08-06** `967858ce3b89` — 6 warning
  - added the new `api` enum value to the `data/items/source` response property for the response status `200`
  - added the new `checkout` enum value to the `data/items/source` response property for the response status `200`
  - added the new `confirmed` enum value to the `data/items/subscription_status` response property for the response status `200`
  - added the new `form` enum value to the `data/items/source` response property for the response status `200`
  - …2 more

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/reach/v1/segmentation/segments/:segmentUuid/contacts/get.md)

---

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