/bff/contact-segment/create
Creates an empty contact segment with the supplied name. The filter definition starts empty and can be edited via /update.
ContactpostBffContact-segmentCreate
Parameters
2 body
Body · 2
namestringRequiredSegment display name.
Length: 1–128
descriptionstringOptional description.
Length: 0–512
Request
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"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.