v1

latestOpenAPI 3.0.02026-07-2664192238.8 KB
Segments

Get segment statistics

Returns statistics for a segment, including the total number of matching contacts.

Scopes: segments.read

get/segments/{segmentID}/statistics

Path parameters

segmentIDstring required

Segment ID (24 character hexadecimal)

Headers

Omnisend-Versionstring required

API version that specifies the response format and behaviour

Response

Segment statistics

contactsCountinteger

Segment contacts count (read-only)

Example response

{
  "contactsCount": 1234
}