API endpoins for sending Jirafe events
https://event.jirafe.com/v2
Auth type
OAuth 2.0
Auth header
Authorization: Bearer <access_token>
Rate limit
Not applicable
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://event.jirafe.com/v2
Endpoint status
Unreachable — No response — server may be down or blocking automated probes
(checked Mar 29, 2026)
Builder score
D
28%
builder-friendly
OAuth 2.0 — obtain an access token via the authorization flow
Authorization: Bearer <access_token>
Legacy API (service discontinued). Previously e-commerce analytics platform.
| Method | Path | Description |
|---|---|---|
| POST | /{siteId}/batch |
Send a batch for the given site |
| POST | /{siteId}/cart |
Send a cart for the given site |
| POST | /{siteId}/category |
Send a category for the given site |
| POST | /{siteId}/customer |
Send a customer for the given site |
| POST | /{siteId}/order |
Send a order for the given site |
| POST | /{siteId}/product |
Send a product for the given site |
curl -X GET 'https://event.jirafe.com/v2/{siteId}/batch' \
-H 'Authorization: Bearer <access_token>'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Jirafe Events documentation.