Skip to content

v4.0.0: Achievements

Compare
Choose a tag to compare
@kkupreeva kkupreeva released this 28 May 08:39
· 11 commits to master since this release
f276acb

Summary

New endpoints

Integration API

Management API

Changes

⚠️ Deprecation Notice

  • The TrackEvent endpoint /v1/events was deprecated. Please use the new endpoint /v2/events instead.
  • 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