# Jirafe Events **Provider:** Jirafe Events **Category:** developer **Base URL:** `https://event.jirafe.com/v2` **Auth:** oauth2 — `Authorization: Bearer ` **Rate Limit:** Not applicable **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://event.jirafe.com/v2 ## Description API endpoins for sending Jirafe events ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | POST | `https://event.jirafe.com/v2/{siteId}/batch` | Send a batch for the given site | | POST | `https://event.jirafe.com/v2/{siteId}/cart` | Send a cart for the given site | | POST | `https://event.jirafe.com/v2/{siteId}/category` | Send a category for the given site | | POST | `https://event.jirafe.com/v2/{siteId}/customer` | Send a customer for the given site | | POST | `https://event.jirafe.com/v2/{siteId}/order` | Send a order for the given site | | POST | `https://event.jirafe.com/v2/{siteId}/product` | Send a product for the given site | ## Authentication OAuth 2.0 — obtain an access token via the authorization flow ``` Authorization: Bearer ``` ## Sample Request ```bash curl -X GET 'https://event.jirafe.com/v2/{siteId}/batch' \ -H 'Authorization: Bearer ' ``` ## Sample Response ```json {} ``` ## Pricing Details Legacy API (service discontinued). Previously e-commerce analytics platform. --- *Source: [API Map](https://apimap.dev/apis/jirafe-events/) — CC BY 4.0*