cURL
curl --request POST \ --url http://localhost:3000/v2/AuditGetEvent \ --header 'Content-Type: application/json' \ --header 'X-Bunker-Token: <api-key>' \ --data ' { "auditeventuuid": "<string>", "request_metadata": {} } '
{ "status": "ok", "eventtype": "<string>", "timestamp": "<string>", "details": {} }
Retrieves detailed information about a specific audit event
API token for authentication
UUID of the audit event
Additional metadata for the request
Audit event retrieved successfully
"ok"
Type of the audit event
Timestamp of the event
Detailed information about the event