Authorization: ********************
{
"events": [
{
"log_event": {
"trace_id": "string",
"session_id": "string",
"message": "string",
"location": "string",
"stack_trace": "string",
"timestamp": "1s",
"metadata": {
"property1": "string",
"property2": "string"
},
"severity": false
}
}
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/sentinel/sendevents' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"events": [
{
"log_event": {
"trace_id": "string",
"session_id": "string",
"message": "string",
"location": "string",
"stack_trace": "string",
"timestamp": "1s",
"metadata": {
"property1": "string",
"property2": "string"
},
"severity": false
}
}
]
}'
{}