Segments
List segments
Retrieve a list of all of your segments.
get/v1/segments
Response
Returns an array of segments. Each object in the response represents an individual segment.
Example response
{
"segments": [
{
"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.