List Segments
List all segments in your workspace. Returns summary data including member counts. Supports pagination.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number (default: 1).
Required range:
x >= 1Number of results per page (default: 50, max: 100).
Required range:
1 <= x <= 100Response
Segments retrieved successfully
The segment ID.
The segment name.
Whether the segment is system-defined or custom.
Available options:
system, custom Preset identifier for system segments.
Number of participants in this segment.
Whether the segment is favorited.
Previous
Create SegmentCreate a custom user segment based on filter rules. Available on all plans, limited by your plan's `maxCustomSegments` quota.
After creation, segment membership is computed asynchronously. The segment will be available immediately but member counts may take a few moments to populate.
Next
cURL

