Reach: Segments
Count profile segment contacts
Count the contacts currently matching a segment without listing them.
Cheaper than paging through the segment contacts endpoint when only the size is needed.
get/api/reach/v1/profiles/{profileUuid}/segmentation/segments/{segmentUuid}/count
Path parameters
profileUuidstring required
Example:550e8400-e09b-41d4-a716-400055000000
Profile uuid parameter
segmentUuidstring required
Example:550e8400-e09b-41d4-a716-400055000000
Segment uuid parameter
Response
Success response
Example response
{
"count": 150
}