{
  "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": {
            "links": {
              "self": "string",
              "related": "string"
            }
          },
          "segments": {
            "links": {
              "self": "string",
              "related": "string"
            }
          }
        }
      }
    ],
    "links": {
      "self": "string",
      "first": "string",
      "last": "string",
      "prev": "string",
      "next": "string"
    }
  }
}