Skip to content

Commit 85b2788

Browse files
author
klaviyo-sdk
committed
version 3.0.0
1 parent 9c1b89a commit 85b2788

233 files changed

Lines changed: 1221 additions & 3033 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
NOTE: For more granular API-specific changes, please see our [API Changelog](https://developers.klaviyo.com/en/docs/changelog_)
99

10+
## [3.0.0] - revision 2023-06-15
11+
### Added
12+
- Accounts API is now available, this will allow you to access information about the Klaviyo account associated with your API key.
13+
- `get_accounts`
14+
- `get_account`
15+
16+
**Note:** You will need to generate a new API key with either the `Accounts` scope enabled or `Full Access` to use these endpoints.
17+
18+
### Changed
19+
- The names of positional arguments have changed from `[resource_type]_id` to `id` (i.e. `campaign_id` to `id`) for some relationship endpoints. If keyword arguments were used instead of positional arguments for `[resource_type]_id` you might need to slightly refactor the code.
20+
21+
### Removed
22+
- All `client` endpoint:
23+
- `create_client_event`
24+
- `create_client_profile`
25+
- `create_client_subscription`
1026
## [2.0.0] - 2023-04-06
1127
### Added
1228
- Profiles API now returns predictive analytics when calling `get_profile` and `get_profiles` by passing in `additional_fields_profile = ["predictive_analytics"]`.

0 commit comments

Comments
 (0)