JSON Logs
Last updated
curl -X POST "https://example.platform.grcv.io/json/logs" \
-H 'Content-Type: application/x-ndjson' \
-H 'Authorization: Bearer gcik_AAAAAAAA_BBBBBBBB_CCCCCCCC_DDDDDDDD' \
-H 'x-groundcover-service-name: test' \
--data-binary '{"timestamp": "2025-01-01T10:45:32.123456799Z", "msg": "log message"}'