ActivatePro provides direct API access to your data stored on the ActivatePro Platform. This method is faster than Uploading a JSON for a few records, as it has the benefit of recieving responses from the API in Real-time.
To test the ActivatePro API, you can use an API Client Application such as Postman or Insomnia. You can learn more about Postman here.
For using the APIs, please see our API Documentation.
APIs
There are different APIs depending on what the content is and where it is implemented:
User Management API 1.0 and 2.0
The User Management API can be used to
- Create/Update/Delete User-Attributes
- Create/Update/Delete Users
- Send Events to the Userprofiles
Web Tracking
Once implemented on a website, this API can track user behaviour on the website, e.g. viewing pages, adding products to the cart, finishing orders. Requires setting cookies.
Mobile/App Tracking
The Mobile Tracking API is similar to Web Tracking, but for the use in Apps or other third party implementations.
Product Feed API
With this API its possible to manage Real-Time-updates for items in the Product Feed.
API Collections
You can download our API Collection as a file, and import it in Insomnia or Postman to start using the API directly (User Management API and Product Feed API).