Get Marketing Cloud Growth Segment Members
Retrieve a list of members in a segment by using the Data Cloud Segment Members endpoint in Connect API.
Before you send a request to Connect API, obtain a bearer token. For more information, see Connect to REST-based APIs.
To retrieve a list of segment members, send a GET request to the /services/data/v61.0/ssot/segments/SEGMENT_API_NAME/members
endpoint. Replace SEGMENT_API_NAME
with the API of the segment that you want to retrieve a list of members for.
If the request is successful, the response body contains a list of segment members.
You can filter, sort, and limit the results by adding query parameters. For information and code examples, see getSegmentMembers.