Segments
With these endpoints you can manage your Segments. Segments allow you to group your users based on any of their properties. Define user segments and add them to multiple feature flags.
📄️ List Segments
This endpoint returns the list of the Segments that belongs to the given Product identified by the
📄️ Create Segment
This endpoint creates a new Segment in a specified Product
📄️ Get Segment
This endpoint returns the metadata of a Segment
📄️ Update Segment
This endpoint updates a Segment identified by the `segmentId` parameter.
📄️ Delete Segment
This endpoint removes a Segment identified by the `segmentId` parameter.