Segments
Create a manual segment
Create a manual segment with a name and a description. This request creates an empty segment.
post/v1/segments
Request body
Example request
{
"segment": {
"name": "Manual Segment 1",
"description": "My first manual segment"
}
}Response
Returns the segment ID and other information.
Example response
{
"segment": {
"id": 7,
"deduplicate_id": "15:1492548073",
"name": "Manual Segment 1",
"description": "My first manual segment",
"type": "manual",
"created_at": 1552341937,
"updated_at": 1552341937
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.