v1

latestOpenAPI 3.0.42026-07-13107171473.3 KB
Segments

List Segments

This endpoint returns the list of the Segments that belongs to the given Product identified by the productId parameter, which can be obtained from the List Products endpoint.

get/v1/products/{productId}/segments

Path parameters

productIdstring uuid required

The identifier of the Product.

Response

segmentIdstring uuid required

Identifier of the Segment.

namestring required

Name of the Segment.

descriptionstring nullable required

Description of the Segment.

creatorEmailstring nullable required

The email of the user who created the Segment.

creatorFullNamestring nullable required

The name of the user who created the Segment.

createdAtstring date-time required

The date and time when the Segment was created.

lastUpdaterEmailstring nullable required

The email of the user who last updated the Segment.

lastUpdaterFullNamestring nullable required

The name of the user who last updated the Segment.

updatedAtstring date-time required

The date and time when the Segment was last updated.

usageinteger required

Determines how many Feature Flags and Settings are using the Segment.