Reach: Segments
Get segment details
Get details of a specific segment.
This endpoint retrieves information about a single segment identified by UUID. Segments are used to organize and group contacts based on specific criteria.
get/api/reach/v1/segmentation/segments/{segmentUuid}
Path parameters
segmentUuidstring required
Example:550e8400-e09b-41d4-a716-400055000000
Segment uuid parameter
Response
Success response
Example response
{
"uuid": "550e8400-e29b-41d4-a716-446655440000",
"name": "Segment name",
"created_at": "2025-02-27T11:54:22Z",
"updated_at": "2025-02-27T11:54:22Z"
}