Skip to content

v2.5.0: Introduce referrals export endpoint and and Deprecate v1 integration endpoints

Compare
Choose a tag to compare
@altJake altJake released this 31 Aug 16:19
· 27 commits to master since this release
a43a0f3

Summary

Management API

Introduce ExportReferrals Endpoint

We introduced an endpoint to export referrals in an application or specific campaign as a CSV file.

Please consult the endpoint reference in our developer docs for more details and parameters.

☝️ Back to Table of Contents

Integration API

⚠️⚠️ Deprecation Notice: Integration API@v1 endpoints

Like we mentioned in the last few releases and months, from version 2.5.0 we won't include api@v1 endpoints as part of the official SDK.
The endpoints that are now deprecated are:

If you don't use these as part of your integration, please discard this section.

We will not remove the endpoints, and they will still be accessible for you to use as part of older SDK versions or custom calls over http.

We highly encourage migrating to the correspondent v2 endpoints for easier and more granular integration, as well as new features support (See our developer docs section about API V2.0).

☝️ Back to Table of Contents