Gravity Recommender TL;DR
TL;DR
Since there are only two functions:
- updates when events occur
- recommendation requests when you want calculations
... all you need to know, is this:
- All requests go over HTTPS
- All requests are POST requests
The API can be called both from browsers and from a server, thus you get this matrix of four possible endpoints:
A useful description of the needed JSON payloads is found on the payload specifications page.