Audits
Broadcast collaboration activity notification to Auditor team participants
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
curl -X POST "https://example.com/audits/notifications/collaboration-activity" \ -H "Content-Type: application/json" \ -d '{ "audit_id": "78c04fa6-cfb4-46a0-9aa5-3681ba4f3897", "activity_type": "COMMENT" }'{ "notification_batch_id": "a28824dc-8833-4a42-ac82-3409e7dbd19c", "auditors_notified_count": 0, "status": "string"}Empty
Empty
Empty