Parameters
JSON body
Request body
application/jsonnamestringRequiredSegment display name.
Length: 1–128
descriptionstringOptionalOptional description.
Length: 0–512
Creates an empty contact segment with the supplied name. The filter definition starts empty and can be edited via /update.
JSON body
namestringRequiredSegment display name.
descriptionstringOptionalOptional description.
1 status code documented
This response returns no JSON body.
{
"success": true
}POST /bff/contact-segment/create
curl -X POST "https://api.bizkithub.com/bff/contact-segment/create" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"name": "example_name",
"description": "example_description"
}'All BizKitHub public API endpoints require authentication via API key.