v1
latestOpenAPI 3.0.32026-07-14490228.1 KBCreate Segment
This endpoint creates a new segment and associates it with the client.
post/segments
Request body
Response
201
Example response
{
"data": {
"id": 1,
"name": "Main Subscribers",
"type": "static",
"status": "active"
}
}