v1

latestOpenAPI 3.0.02026-08-04361225.7 KB
Segments

Create a new segment

post/api/segments

Request body

namestring required

Segment name

descriptionstring

Segment description

domainIdstring required

Domain ID this segment belongs to

Example request

{
  "name": "High Value Customers",
  "description": "Customers with lifetime value over $1000",
  "domainId": "123e4567-e89b-12d3-a456-426614174000"
}

Response

Segment created successfully