reach_listProfileSegmentContactsV1
Retrieve contacts from a specific segment within a profile using profile and segment UUIDs. Supports pagination with page and per_page parameters.
Instructions
Retrieve contacts associated with a specific segment for a given profile.
This endpoint allows you to fetch and filter contacts that belong to a particular segment, identified by its UUID, scoped to a specific profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| per_page | No | Number of items per page | |
| profileUuid | Yes | Profile uuid parameter | |
| segmentUuid | Yes | Segment uuid parameter |