Getting started
REST API (BETA)
Webhooks (BETA)
Rate limits
LiveSession platform features and APIs rely on rate limits to help provide a predictably and stability of use.
Below, you can find the list of methods which call rate limited API endpoints:
Method | Record API endpoint | Limitation | Time scope | Max calls |
---|---|---|---|---|
identify / setCustomParams | /visitors/update_data | per session | per second | 5 |
identify / setCustomParams | /visitors/update_data | per session | per minute | 10 |
identify and setCustomParams both share the same limits.
If limits are exceeded, new values passed by these methods won't be set.
API
All JavaScript API methods use Record Session API (rs.livesession.io).