v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB

List Segments

get/v1/segment

Response

200

Idinteger
Sourcestring
Namestring
Descriptionstring
Categorystring
IsDeletedboolean

Example response

{
  "Id": 123456,
  "Source": "audience",
  "Name": "best customers",
  "Reach": {
    "all_time": 3187463,
    "28d": 387434
  },
  "Description": "top 1% spenders in the last 30 days.",
  "Category": "CRM"
}