cURL
curl --request POST \ --url https://your-instance.example.com/api/traces \ --header 'Content-Type: application/json' \ --data '{}'
{ "status": "accepted" }
OpenTelemetry trace payload (any shape)
Traces accepted
"accepted"