Segments

Retrieve a single segment

get/segments/{id}

Path parameters

idstring required

The Segment ID.

Response

OK

idstring

The ID of the segment.

objectstring

The object type.

namestring

The name of the segment.

audience_idstring

The ID of the audience this segment belongs to.

filterobject

Filter conditions for the segment.

created_atstring date-time

Timestamp indicating when the segment was created.

Example response

{
  "id": "78261eea-8f8b-4381-83c6-79fa7120f1cf",
  "object": "segment",
  "name": "Active Users"
}

Changes