Customer aggregates

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

Authorization

Available access typePermissions needed
Private accessDefinitions > Get

Attributes object definition for Customer aggregates

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

ParameterValue
type"aggregate"
idThe ID of the aggregate you want to retrieve. You can find it in the URL of the selected aggregate.

Payload example

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