{
  "data": {
    "data": {
      "type": "profile",
      "id": "01GDDKASAP8TKDDA2GRZDSVP4H",
      "attributes": {
        "email": "sarah.mason@klaviyo-demo.com",
        "phoneNumber": "+15005550006",
        "externalId": "string",
        "firstName": "Sarah",
        "lastName": "Mason",
        "organization": "Example Corporation",
        "locale": "en-US",
        "title": "Regional Manager",
        "image": "https://images.pexels.com/photos/3760854/pexels-photo-3760854.jpeg",
        "created": "2022-11-08T00:00:00.000Z",
        "updated": "2022-11-08T00:00:00.000Z",
        "lastEventDate": "2022-11-08T00:00:00.000Z",
        "location": {
          "address1": "89 E 42nd St",
          "address2": "1st floor",
          "city": "New York",
          "country": "United States",
          "latitude": "string",
          "longitude": "string",
          "region": "NY",
          "zip": "10017",
          "timezone": "America/New_York",
          "ip": "127.0.0.1"
        },
        "properties": {
          "pseudonym": "Dr. Octopus"
        },
        "subscriptions": {
          "email": {
            "marketing": {
              "canReceiveEmailMarketing": true,
              "consent": "SUBSCRIBED",
              "consentTimestamp": "2023-02-21T20:07:38.000Z",
              "lastUpdated": "2023-02-21T20:07:38.000Z",
              "method": "PREFERENCE_PAGE",
              "methodDetail": "mydomain.com/signup",
              "customMethodDetail": "marketing drive",
              "doubleOptin": true,
              "suppression": [
                {
                  "reason": "HARD_BOUNCE",
                  "timestamp": "2023-02-21T20:07:38.000Z"
                }
              ],
              "listSuppressions": [
                {
                  "listId": "Y6nRLr",
                  "reason": "USER_SUPPRESSED",
                  "timestamp": "2023-02-21T20:07:38.000Z"
                }
              ]
            }
          },
          "sms": {
            "marketing": {
              "canReceiveSmsMarketing": true,
              "consent": "SUBSCRIBED",
              "consentTimestamp": "2023-02-21T20:07:38.000Z",
              "method": "TEXT",
              "methodDetail": "JOIN",
              "lastUpdated": "2023-02-21T20:07:38.000Z"
            }
          }
        },
        "predictiveAnalytics": {
          "historicClv": 93.87,
          "predictedClv": 27.24,
          "totalClv": 121.11,
          "historicNumberOfOrders": 2,
          "predictedNumberOfOrders": 0.54,
          "averageDaysBetweenOrders": 189,
          "averageOrderValue": 46.94,
          "churnProbability": 0.89,
          "expectedDateOfNextOrder": "2022-11-08T00:00:00.000Z"
        }
      },
      "links": {
        "self": "string"
      },
      "relationships": {
        "lists": {
          "data": [
            {
              "type": "list",
              "id": "string"
            }
          ],
          "links": {
            "self": "string",
            "related": "string"
          }
        },
        "segments": {
          "data": [
            {
              "type": "segment",
              "id": "string"
            }
          ],
          "links": {
            "self": "string",
            "related": "string"
          }
        }
      }
    },
    "included": [
      {
        "type": "list",
        "id": "Y6nRLr",
        "attributes": {
          "name": "Newsletter",
          "created": "2022-11-08T00:00:00.000Z",
          "updated": "2022-11-08T00:00:00.000Z",
          "optInProcess": "double_opt_in"
        },
        "links": {
          "self": "string"
        }
      },
      {
        "type": "segment",
        "id": "string",
        "attributes": {
          "name": "Repeat Purchasers",
          "definition": {
            "conditionGroups": [
              {
                "conditions": [
                  {
                    "type": "profile-group-membership",
                    "groupIds": [
                      "string"
                    ],
                    "timeframeFilter": {
                      "type": "date",
                      "operator": "after",
                      "date": "2022-11-08T00:00:00.000Z"
                    },
                    "isMember": true
                  },
                  {
                    "type": "profile-metric",
                    "metricId": "string",
                    "measurement": "count",
                    "measurementFilter": {
                      "type": "numeric",
                      "operator": "equals",
                      "value": 0
                    },
                    "timeframeFilter": {
                      "type": "date",
                      "operator": "after",
                      "date": "2022-11-08T00:00:00.000Z"
                    },
                    "metricFilters": [
                      {
                        "property": "string",
                        "filter": {
                          "type": "string",
                          "operator": "equals",
                          "value": "string"
                        }
                      }
                    ]
                  },
                  {
                    "type": "profile-marketing-consent",
                    "consent": {
                      "channel": "email",
                      "consentStatus": {
                        "subscription": "any"
                      },
                      "canReceiveMarketing": true
                    }
                  },
                  {
                    "type": "profile-postal-code-distance",
                    "countryCode": "string",
                    "postalCode": "string",
                    "unit": "kilometers",
                    "filter": {
                      "type": "numeric",
                      "operator": "greater-than",
                      "value": 0
                    }
                  },
                  {
                    "type": "profile-property",
                    "property": "string",
                    "filter": {
                      "type": "string",
                      "operator": "contains",
                      "value": "string"
                    }
                  },
                  {
                    "type": "profile-region",
                    "inRegion": true,
                    "region": "european_union"
                  },
                  {
                    "type": "profile-predictive-analytics",
                    "dimension": "average_days_between_orders",
                    "filter": {
                      "type": "numeric",
                      "operator": "equals",
                      "value": 0
                    }
                  },
                  {
                    "type": "profile-predictive-analytics",
                    "dimension": "predicted_gender",
                    "filter": {
                      "type": "string",
                      "operator": "equals",
                      "value": "likely_female"
                    }
                  }
                ]
              }
            ]
          },
          "created": "2022-11-08T00:00:00.000Z",
          "updated": "2022-11-08T00:00:00.000Z",
          "isActive": true,
          "isProcessing": true,
          "isStarred": true
        },
        "links": {
          "self": "string"
        }
      }
    ]
  }
}