Events API Docs
The Event Collection API enables users to track and record events via a simple HTTP POST request to /collect/event endpoint. This facilitates insights into user interactions and behavior for analytics
Last updated
The Event Collection API enables users to track and record events via a simple HTTP POST request to /collect/event endpoint. This facilitates insights into user interactions and behavior for analytics
Last updated
Rate Limit Name | Description |
---|---|
201 OK
The request was successful, and the event data was collected.
400 Bad Request
The request was malformed or had invalid parameters.
429 Too Many Requests
The client has exceeded the rate limit for the /collect/event endpoint.
500 Internal Server Error
An unexpected server error occurred.
X-RateLimit-Limit
The maximum number of requests allowed within the current time window.
X-RateLimit-Remaining
The number of remaining requests allowed within the current time window.
X-RateLimit-Reset
The time at which the rate limit will be reset (usually in UTC timestamp).