---
title: "Count profile segment contacts"
method: GET
path: "/api/reach/v1/profiles/{profileUuid}/segmentation/segments/{segmentUuid}/count"
tags: ["Reach: Segments"]
---

# Count profile segment contacts

`GET /api/reach/v1/profiles/{profileUuid}/segmentation/segments/{segmentUuid}/count`

Count the contacts currently matching a segment without listing them.

Cheaper than paging through the segment contacts endpoint when only the size is needed.

## Path parameters

- `profileUuid` string, required
- `segmentUuid` string, required

## Response `200`

Success response

- ReachV1ContactsSegmentsSegmentContactsCountResource
  - `count` integer — Contacts currently matching the segment conditions

## Other responses

- `401` — Unauthenticated response
- `500` — Error response

## Changes

- **2026-08-07** `796bd5194565` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hostinger/apis/hostinger-api/changes/api/reach/v1/profiles/:profileUuid/segmentation/segments/:segmentUuid/count/get.md)

---

[API](https://skmtc.dev/hostinger/apis/hostinger-api.md) · [All operations](https://skmtc.dev/hostinger/apis/hostinger-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hostinger/hostinger-api/revisions/53ccee45e5eb/schema)
