Segments

Get a segment customer count

Returns the membership count for a segment.

get/v1/segments/{segment_id}/customer_count

Response

Returns the customer count for a segment.

segment_idinteger

The identifier for a segment; used to target a segment in requests.

countinteger

The total number of customers in the segment.

Example response

{
  "segment_id": 7
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.