You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
NOTE: For more granular API-specific changes, please see our [API Changelog](https://developers.klaviyo.com/en/docs/changelog_)
9
9
10
+
## [18.0.0] - revision 2026-01-15
11
+
### Added
12
+
- Added a new [single data source record create endpoint](https://github.com/klaviyo/klaviyo-api-php?tab=readme-ov-file#create-data-source-record) for one-at-a-time ingestion workloads
13
+
### Changed
14
+
-**Breaking:** removed `anonymous_id` from profile payloads
Copy file name to clipboardExpand all lines: lib/API/AccountsApi.php
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ public function getConfig()
134
134
* Get Account
135
135
*
136
136
* @param string $id The ID of the account (required)
137
-
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2025-10-15/reference/api-overview#sparse-fieldsets (optional)
137
+
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2026-01-15/reference/api-overview#sparse-fieldsets (optional)
138
138
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAccount'] to see the possible values for this operation
139
139
*
140
140
* @throws \KlaviyoAPI\ApiException on non-2xx response or if the response body is not in the expected format
@@ -153,7 +153,7 @@ public function getAccount($id, $fields_account = null, $apiKey = null, string $
153
153
* Get Account
154
154
*
155
155
* @param string $id The ID of the account (required)
156
-
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2025-10-15/reference/api-overview#sparse-fieldsets (optional)
156
+
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2026-01-15/reference/api-overview#sparse-fieldsets (optional)
157
157
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAccount'] to see the possible values for this operation
158
158
*
159
159
* @throws \KlaviyoAPI\ApiException on non-2xx response or if the response body is not in the expected format
@@ -267,7 +267,7 @@ public function getAccountWithHttpInfo($id, $fields_account = null, $apiKey = nu
267
267
* Get Account
268
268
*
269
269
* @param string $id The ID of the account (required)
270
-
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2025-10-15/reference/api-overview#sparse-fieldsets (optional)
270
+
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2026-01-15/reference/api-overview#sparse-fieldsets (optional)
271
271
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAccount'] to see the possible values for this operation
272
272
*
273
273
* @throws \InvalidArgumentException
@@ -289,7 +289,7 @@ function ($response) {
289
289
* Get Account
290
290
*
291
291
* @param string $id The ID of the account (required)
292
-
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2025-10-15/reference/api-overview#sparse-fieldsets (optional)
292
+
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2026-01-15/reference/api-overview#sparse-fieldsets (optional)
293
293
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAccount'] to see the possible values for this operation
294
294
*
295
295
* @throws \InvalidArgumentException
@@ -345,7 +345,7 @@ function ($exception) {
345
345
* Create request for operation 'getAccount'
346
346
*
347
347
* @param string $id The ID of the account (required)
348
-
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2025-10-15/reference/api-overview#sparse-fieldsets (optional)
348
+
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2026-01-15/reference/api-overview#sparse-fieldsets (optional)
349
349
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAccount'] to see the possible values for this operation
350
350
*
351
351
* @throws \InvalidArgumentException
@@ -437,7 +437,7 @@ public function getAccountRequest($id, $fields_account = null, $apiKey = null, s
@@ -459,7 +459,7 @@ public function getAccountRequest($id, $fields_account = null, $apiKey = null, s
459
459
*
460
460
* Get Accounts
461
461
*
462
-
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2025-10-15/reference/api-overview#sparse-fieldsets (optional)
462
+
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2026-01-15/reference/api-overview#sparse-fieldsets (optional)
463
463
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAccounts'] to see the possible values for this operation
464
464
*
465
465
* @throws \KlaviyoAPI\ApiException on non-2xx response or if the response body is not in the expected format
@@ -477,7 +477,7 @@ public function getAccounts($fields_account = null, $apiKey = null, string $cont
477
477
*
478
478
* Get Accounts
479
479
*
480
-
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2025-10-15/reference/api-overview#sparse-fieldsets (optional)
480
+
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2026-01-15/reference/api-overview#sparse-fieldsets (optional)
481
481
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAccounts'] to see the possible values for this operation
482
482
*
483
483
* @throws \KlaviyoAPI\ApiException on non-2xx response or if the response body is not in the expected format
@@ -590,7 +590,7 @@ public function getAccountsWithHttpInfo($fields_account = null, $apiKey = null,
590
590
*
591
591
* Get Accounts
592
592
*
593
-
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2025-10-15/reference/api-overview#sparse-fieldsets (optional)
593
+
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2026-01-15/reference/api-overview#sparse-fieldsets (optional)
594
594
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAccounts'] to see the possible values for this operation
595
595
*
596
596
* @throws \InvalidArgumentException
@@ -611,7 +611,7 @@ function ($response) {
611
611
*
612
612
* Get Accounts
613
613
*
614
-
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2025-10-15/reference/api-overview#sparse-fieldsets (optional)
614
+
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2026-01-15/reference/api-overview#sparse-fieldsets (optional)
615
615
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAccounts'] to see the possible values for this operation
616
616
*
617
617
* @throws \InvalidArgumentException
@@ -666,7 +666,7 @@ function ($exception) {
666
666
/**
667
667
* Create request for operation 'getAccounts'
668
668
*
669
-
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2025-10-15/reference/api-overview#sparse-fieldsets (optional)
669
+
* @param string[]|null $fields_account For more information please visit https://developers.klaviyo.com/en/v2026-01-15/reference/api-overview#sparse-fieldsets (optional)
670
670
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['getAccounts'] to see the possible values for this operation
671
671
*
672
672
* @throws \InvalidArgumentException
@@ -743,7 +743,7 @@ public function getAccountsRequest($fields_account = null, $apiKey = null, strin
0 commit comments