Customers > Segments
Get segment
Retrieve the details of an existing customer segment.
get/v1/customers/segments/{id}
Path parameters
idstring required
Response
Example response
{
"rules": [
{
"conditions": [
{
"value": [
"FR"
]
}
]
}
]
}