v4
OpenAPI 3.1.02026-07-3163216290.7 KBAudience segments
Get an audience segment
Retrieve a single audience segment by ID.
get/v1/audience-segments/{audienceSegmentId}
Response
Successful.
Example response
{
"id": "cls6e8g0i2k4m6o8q0s2u4w6",
"name": "Power users",
"description": "Contacts on the pro plan",
"createdAt": "2025-06-29T07:47:39.370Z",
"updatedAt": "2025-06-29T07:47:39.370Z",
"filter": {
"match": "all",
"conditions": [
{
"type": "property",
"key": "plan",
"operator": "equals",
"value": "pro"
}
]
}
}