Stampfactory
Dokumentation
Audit-Log

Audit-Anfrage abrufen

Detail view of a single request including headers, payload and response.

GET
/audit/requests/{correlationId}
AuthentifizierungBearer <token>

Bearer-Token, erhalten über den Login-Endpunkt (POST /rest/login).

Ort: header

Pfadparameter

correlationId*string

Response-Body

application/json

application/json

application/json

curl -X GET "https://example.com/audit/requests/string"
{  "data": {    "correlation_id": "string",    "tenant_id": "string",    "user_id": "string",    "client_ip": "string",    "method": "string",    "uri": "string",    "request_headers": "string",    "payload": "string",    "status_code": 0,    "response_headers": "string",    "response_body": "string",    "duration_ms": 0,    "timestamp": "string",    "hostname": "string"  }}