Audits

Dispatch a remediation notification to the IT Owner

POST
/audits/notifications/remediation-triggered

Authorization

SupabaseBearer
AuthorizationBearer <token>

Supabase user access token (Authorization: Bearer JWT)

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://example.com/audits/notifications/remediation-triggered" \  -H "Content-Type: application/json" \  -d '{    "audit_id": "78c04fa6-cfb4-46a0-9aa5-3681ba4f3897",    "verdict": "REJECTED"  }'
{  "notification_id": "string",  "status": "string"}
Empty
Empty
{  "message": "string"}
Empty