Skip to main content
POST
/
v1
/
events
Event ingestion
curl --request POST \
  --url https://api.flokit.ai/v1/events \
  --header 'Authorization: <api-key>'
Send product, attribution, and revenue events to FloKit.
This is a marketing documentation placeholder. Replace the schema when the production event ingestion contract is finalized.

Example request

curl -X POST https://api.flokit.ai/v1/events \
  -H "Authorization: Bearer $FLOKIT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "event": "subscription_started",
    "user_id": "user_123",
    "timestamp": "2026-06-21T07:00:00Z",
    "properties": {
      "campaign_id": "campaign_123",
      "creative_id": "creative_456",
      "product_id": "annual_pro",
      "price": 59.99,
      "currency": "USD"
    }
  }'

Event handling goals

  • Normalize subscription and product events
  • Join events back to acquisition cohorts
  • Feed payback and LTV reporting
  • Support safe growth action recommendations