v1
latestOpenAPI 3.0.32026-07-1416063.7 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",
"number_id": 1,
"type": "static",
"status": "active"
}
}