Unify and manage your data

Get count of profiles in segment

Learn more about the Segmentation Api to find out the total number of profiles in a segment.

This Get Segments API returns a count of the total number of profiles in a segment.

Request

GET  /api/{tenantId}/segments/{id}/entities/total

Response

The response contains an array list of entity objects in a JSON format.

{
  "total": 12345
}