Skip to content

v6.0.0: Track Event V2 endpoint, loyalty integration endpoint and loyalty, catalogs management endpoints

Compare
Choose a tag to compare
@kkupreeva kkupreeva released this 10 Nov 10:53
· 12 commits to master since this release
5621a90

Summary

New endpoints

Integration API

Management API

Changes:

⚠️ Deprecation Notice

  • The TrackEvent endpoint /v1/events was deprecated. Please use the TrackEventV2 instead /v2/events.
  • The endpoint to create notification about campaign-related changes (POST /v1/applications/{applicationId}/notification_webhooks) was deprecated
  • The endpoint to delete notification about campaign-related changes (DELETE /v1/applications/{applicationId}/notification_webhooks/{notificationWebhookId}) was deprecated
  • The endpoint to get notification about campaign-related changes (GET /v1/applications/{applicationId}/notification_webhooks/{notificationWebhookId}) was deprecated
  • The endpoint to list notifications about campaign-related changes (GET /v1/applications/{applicationId}/notification_webhooks) was deprecated
  • The endpoint to update notification about campaign-related changes (PUT /v1/applications/{applicationId}/notification_webhooks/{notificationWebhookId}) was deprecated