v51

OpenAPI 3.0.0raw.githubusercontent.com2026-08-01267339950.6 KB
Reach: Segments

List segments

Get a list of all contact segments.

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

get/api/reach/v1/segmentation/segments

Response

Success response

uuidstring
namestring
created_atstring date-time
updated_atstring date-time

Example response

[
  {
    "uuid": "550e8400-e29b-41d4-a716-446655440000",
    "name": "Newsletter Subscribers",
    "created_at": "2025-02-27T11:54:22Z",
    "updated_at": "2025-02-27T11:54:22Z"
  }
]