---
title: "List segments"
method: GET
path: "/api/reach/v1/segmentation/segments"
tags: ["Reach: Segments"]
---

# List segments

`GET /api/reach/v1/segmentation/segments`

Get a list of all contact segments.

This endpoint returns a list of contact segments that can be used to organize contacts.

## Response `200`

Success response

- ReachV1ContactsSegmentsContactSegmentResource[] — Array of [`Reach.V1.Contacts.Segments.ContactSegmentResource`](#model/reachv1contactssegmentscontactsegmentresource)
  - `uuid` string
  - `name` string
  - `created_at` string, date-time
  - `updated_at` string, date-time

## Other responses

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

---

[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/56f0a4eb032a/schema)
