Get Customer

Get the data of a previously enriched customer using the customerId

Response

Following an example of the response:

{
    "resolution_id": "...",
    "customer_id": "...",
    "device_request_time": "...",
    "phone": {
      ...
    },
    "email": {
      ...
    },
    "device": {
      ...
    },
    "ip": {
      ...
    },
    "browser": {
      ...
    },
    "score":{
      "score": 735,
      "score_cluster": "high",
      "reason_codes": "RC001,TC002,TP002"
    }
}

For a full description of the fields you can look at the individual products:

Language
URL
Click Try It! to start a request and see the response here!