Seguros APIseguros-api reference
Criar registro de audit log
Cria um novo registro de auditoria para operações do agente IA
Cria um novo registro de auditoria para operações do agente IA
Authorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/audit-logs" \ -H "Content-Type: application/json" \ -d '{ "userId": "string", "sessionId": "string", "messageType": "user", "messageContent": "string", "operationStatus": "success", "ipAddress": "string", "userAgent": "string" }'{}Empty