Segment API
Create and manage dynamic contact segments to send targeted messages and automate tasks.
Last updated
{
"id": "string",
"name": "string",
"type": "string",
"status": "string",
"segments": [
{ "id": "string" }
],
"retargetBroadcast": {
"id": "string"
},
"retargetEngagementType": "string",
"scheduleDateTime": "string",
"startedAt": "string",
"completedAt": "string"
}[
{
"id": "seg_12345",
"name": "High Value Customers",
"type": "dynamic",
"status": "active",
"segments": [],
"retargetBroadcast": { "id": "brd_67890" },
"retargetEngagementType": "click",
"scheduleDateTime": "2025-09-05T09:00:00Z",
"startedAt": "2025-09-05T09:05:00Z",
"completedAt": null
}
]{
"success": true
}