Log
Name
Type
Description
Name
Type
Description
Example Usage with cURL
curl -X POST https://api.telemetry.sh/log \
-H "Content-Type: application/json" \
-H "Authorization: $API_KEY" \
-d '{
"table": "uber_rides",
"data": {
"city": "paris",
"price": 42,
"timestamp": "'"$(date -u +"%Y-%m-%dT%H:%M:%SZ")"'"
}
}'Using the JavaScript SDK
Bulk logging
Last updated