Customer predictions

Authorization

Available access typePermissions needed
Private accessDefinitions > Get

Attributes object definition for Customer predictions

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

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

Payload example

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

© Bloomreach, Inc. All rights reserved.