@@ -921,24 +921,7 @@ The contact will be automatically subscribed to email communications.
921921- ` surname ` : surname parameter
922922- ` note ` : note parameter
923923
924- ### reach_filterSegmentContactsV1
925-
926- Filter and retrieve contacts based on segmentation criteria.
927-
928- This endpoint allows filtering contacts using specified conditions and returns a paginated list of matching contacts.
929- The results can be filtered using various attributes like email, name, subscription status, etc.
930-
931- - ** Method** : ` POST `
932- - ** Path** : ` /api/reach/v1/segmentation/filters/contacts `
933-
934- ** Parameters** :
935-
936- - ` conditions ` : conditions parameter (required)
937- - ` logic ` : logic parameter (required)
938- - ` page ` : page parameter
939- - ` per_page ` : per_page parameter
940-
941- ### reach_listContactSegmentsV1
924+ ### reach_listSegmentsV1
942925
943926Get a list of all contact segments.
944927
@@ -965,6 +948,22 @@ The segment can be configured with specific criteria like email, name, subscript
965948- ` conditions ` : conditions parameter (required)
966949- ` logic ` : logic parameter (required)
967950
951+ ### reach_listSegmentContactsV1
952+
953+ Retrieve contacts associated with a specific segment.
954+
955+ This endpoint allows you to fetch and filter contacts that belong to a particular segment,
956+ identified by its UUID.
957+
958+ - ** Method** : ` GET `
959+ - ** Path** : ` /api/reach/v1/segmentation/segments/{segmentUuid}/contacts `
960+
961+ ** Parameters** :
962+
963+ - ` segmentUuid ` : Segment uuid parameter (required)
964+ - ` page ` : Page number
965+ - ` per_page ` : Number of items per page
966+
968967### reach_getSegmentDetailsV1
969968
970969Get details of a specific segment.
@@ -1607,7 +1606,7 @@ If virtual machine setup fails for any reason, login to [hPanel](https://hpanel.
16071606
16081607If no payment method is provided, your default payment method will be used automatically.
16091608
1610- Use this endpoint to create new VPS instances.
1609+ Use this endpoint to create new VPS instances.
16111610
16121611- ** Method** : ` POST `
16131612- ** Path** : ` /api/vps/v1/virtual-machines `
0 commit comments