Endpoint ingestie evenimente
POST /api/internal/events
Authorization: Bearer {PROJECT_TOKEN}
Content-Type: application/json
Endpointuri interne pentru ingestie evenimente și service-to-service tokens
POST /api/internal/events
Authorization: Bearer {PROJECT_TOKEN}
Content-Type: application/json
{
"project_key": "billing",
"event_type": "invoice.created",
"severity": "info",
"entity_type": "invoice",
"entity_id": "INV-2026-0001",
"status": "processed",
"message": "Factura a fost emisă",
"metadata": {},
"correlation_id": "req_abc123"
}