J

Jirafe Events

by Jirafe Events

API endpoins for sending Jirafe events

developerjirafe

Quick Reference

Base URL 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
Pricing
28
Latency
0
Depth
49

Authentication

OAuth 2.0 — obtain an access token via the authorization flow

Authorization: Bearer <access_token>

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Legacy API (service discontinued). Previously e-commerce analytics platform.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://event.jirafe.com/v2/{siteId}/batch' \
  -H 'Authorization: Bearer <access_token>'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Jirafe Events documentation.