Segments
Get Segment
Retrieves the segment with a given segment ID.
This method doesn't return the customers that belong to the segment. To return a list of customers who belong to a segment, use GET List customers endpoint with the segment_id query parameter.
get/v1/segments/{segmentId}
Response
Returns segment object.
Example response
{
"id": "seg_1wc52c5z6r1kQ81brO8j9Hk2",
"created_at": "2022-05-12T13:01:56.896Z",
"updated_at": "2022-10-03T12:24:58.008Z"
}