Webhook
The simples way to create a log entry on the LogBucket platform
curl -X POST \
https://webhook.logbucket.net/v1 \
-H 'Content-Type: application/json' \
-H 'X-API-Key: {put your bucket's API key here}' \
-d '{
"level": 0,
"message": "Lorem ipsum dolor sit amet",
"data": {
"id": 2359873049347,
"email": "[email protected]",
},
"timestamp": 17000000
}'Last updated