Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.flokit.ai/v1/events \ --header 'Authorization: <api-key>'
Placeholder API surface for sending lifecycle and revenue events into FloKit.
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" } }'