Parameters
1 query
Query parameters
· 1idstringRequiredSegment external ID.
Example
example_idReturns just the COUNT(*) of contacts currently matching the segment definition, excluding banned and soft-deleted contacts. No row data, no badges. Cheap enough to call from a banner / preview UI.
1 query
idstringRequiredSegment external ID.
example_id1 status code documented
countnumberRequired{
"count": 0
}GET /bff/contact-segment/count
curl -X GET "https://api.bizkithub.com/bff/contact-segment/count?id=example_id" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.