@@ -14,7 +14,7 @@ class KlaviyoV3Api
1414 * Host and versions
1515 */
1616 const KLAVIYO_HOST = 'https://a.klaviyo.com/ ' ;
17- const KLAVIYO_V3_REVISION = '2025-04 -15 ' ;
17+ const KLAVIYO_V3_REVISION = '2025-10 -15 ' ;
1818
1919 /**
2020 * Request methods
@@ -130,7 +130,7 @@ public function getHeaders()
130130
131131 /**
132132 * Query for all available lists in Klaviyo
133- * https://developers.klaviyo.com/en/v2025-04 -15/reference/get_lists
133+ * https://developers.klaviyo.com/en/v2025-10 -15/reference/get_lists
134134 *
135135 * @return array
136136 * @throws KlaviyoApiException
@@ -156,7 +156,7 @@ public function getLists()
156156
157157 /**
158158 * Search for profile by Email
159- * https://developers.klaviyo.com/en/v2025-04 -15/reference/get_profiles
159+ * https://developers.klaviyo.com/en/v2025-10 -15/reference/get_profiles
160160 *
161161 * @param $email
162162 * @return false|mixed
@@ -179,7 +179,7 @@ public function searchProfileByEmail($email)
179179
180180 /**
181181 * Add a Profile to a list using profile id
182- * https://developers.klaviyo.com/en/v2025-04 -15/reference/create_list_relationships
182+ * https://developers.klaviyo.com/en/v2025-10 -15/reference/create_list_relationships
183183 *
184184 * @param $list_id
185185 * @param $profile_id
@@ -202,7 +202,7 @@ public function addProfileToList($list_id, $profile_id)
202202
203203 /**
204204 * Create a new Profile in Klaviyo
205- * https://developers.klaviyo.com/en/v2025-04 -15/reference/create_profile
205+ * https://developers.klaviyo.com/en/v2025-10 -15/reference/create_profile
206206 *
207207 * @param $profile_properties
208208 * @return array|string|null
@@ -236,7 +236,7 @@ public function createProfile($profile_properties)
236236 */
237237 /**
238238 * Record an event for a customer on their Klaviyo profile
239- * https://developers.klaviyo.com/en/v2025-04 -15/reference/create_event
239+ * https://developers.klaviyo.com/en/v2025-10 -15/reference/create_event
240240 *
241241 * @param $config
242242 * @return array
@@ -263,7 +263,7 @@ public function track($config)
263263
264264 /**
265265 * Subscribe members to a Klaviyo list
266- * https://developers.klaviyo.com/en/v2025-04 -15/reference/bulk_subscribe_profiles
266+ * https://developers.klaviyo.com/en/v2025-10 -15/reference/bulk_subscribe_profiles
267267 *
268268 * @param $listId
269269 * @param $profiles
@@ -300,7 +300,7 @@ public function subscribeMembersToList($listId, $profiles)
300300
301301 /**
302302 * Unsubscribe profile from a Klaviyo list
303- * https://developers.klaviyo.com/en/v2025-04 -15/reference/bulk_subscribe_profiles
303+ * https://developers.klaviyo.com/en/v2025-10 -15/reference/bulk_subscribe_profiles
304304 * @param string $email
305305 * @return array|null|string
306306 */
0 commit comments