RO
A
Admin Deriox Super Admin

Documentație API

Endpointuri interne pentru ingestie evenimente și service-to-service tokens

Endpoint ingestie evenimente

POST /api/internal/events
Authorization: Bearer {PROJECT_TOKEN}
Content-Type: application/json

Payload recomandat

{
  "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"
}