Simple event tracking for your services
// Log any event with one line
fetch('https://api.loggerlizard.com/log', {
method: 'POST',
headers: { 'X-API-Key': 'your-api-key' },
body: JSON.stringify({
event: 'user_signup',
metadata: { plan: 'pro' }
})
});
No credit card required