Customer segmentations

Retrieve segmentations for a specific customer. This is a definition of the Customer attributes method used to retrieve customer segmentations.

Authorization

Available access typePermissions needed
Private accessDefinitions > Get

Attributes object definition for Customer segmentations

Each segmentation attribute object in the Customer attributes method must have type and id properties.

ParameterValue
type"segmentation"
idThe ID of the segmentation you want to retrieve.

Payload example

{
 "customer_ids": {
  "registered": "[email protected]"
 },
 "attributes": [
  {
    "type": "segmentation",
    "id": "592ff585fb60094e02bfaf6a"
  }
 ]
}