Blesyum Core

audit

1 uç · /api/v1/audit

İstek örnekleri ucun GERÇEK metodu ve yolundan üretilir. 1 ucun elle doğrulanmış gövde örneği henüz yok; o uçlarda iskelet gövdesizdir — uydurma bir alan yazmıyoruz.

GET/api/v1/audit

The tenant's own activity / audit log (LOG-15 / TADM-11 / BLE-4753).

Oturum

Query: `?limit=&offset=&actor_type=&action_prefix=&q=&from=&to=`. Gated on `core.audit.view` (owner/admin) rather than `core.settings.view`: the response now surfaces client IP + device, so it belongs behind the purpose-built elevated permission, not the broad settings-view.

İstek
curl -X GET "https://api.blesyum.com/api/v1/audit" \
  -H "Authorization: Bearer <oturum-token>" \
  -H "Accept: application/json"
Yanıt
{
  "data": "…",
  "trace_id": "01JC…"
}
Bu sayfa işine yaradı mı?