Audits

Scan and dispatch unanswered required questions alerts to auditors (Audit Manager only)

POST
/audits/notifications/unanswered-mandatory

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/unanswered-mandatory" \  -H "Content-Type: application/json" \  -d '{}'
{  "scanned_audits_count": 0,  "alerts_dispatched": 0,  "status": "string"}
Empty
{  "message": "string"}