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.
Inbound webhook ingestion for blockchain smart contract events, Fonbnk payments, and RevenueCat subscriptions.
POST /api/v2/webhook/contract-events
x-webhook-signature
string
x-webhook-timestamp
x-event-id
{ "eventType": "XP_REWARDED", "contractAddress": "0x742d35Cc6584C0532c3c4b5EF8bE6c14E6c8b8F2", "transactionHash": "0x8f3c7b2a9e1d0f5e...", "blockNumber": 12849201, "data": { "userAddress": "0x71C...3921", "amount": "50000000000000000000" } }
{ "success": true, "message": "Event processed successfully" }
POST /api/v2/webhooks/revenuecat
Authorization: Bearer <REVENUECAT_WEBHOOK_AUTH_KEY>