Retrieve predictions for a specific customer. This is a definition of the Customer attributes method used to retrieve customer predictions.
Authorization
Available access type | Permissions needed |
---|---|
Private access | Definitions > Get |
Attributes object definition for Customer predictions
Each prediction attribute object in the Customer attributes method must have type
and id
properties.
Parameter | Value |
---|---|
type | "prediction" |
id | The ID of the prediction you want to retrieve. |
Payload example
{
"customer_ids": {
"registered": "[email protected]"
},
"attributes": [
{
"type": "prediction",
"id": "592ff585fb60094e02bfaf6a"
}
]
}