cURL
curl --request POST \ --url https://api.verisecid.com/v1/kyc/submissions/notify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "sessionId": "<string>" } '
{ "ok": true, "delivered": true, "status": 123 }
Internal fanout to deliver a submission event to the workspace webhook. Middleware‑exempt. Loads session + submission and attempts delivery.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Fanout attempted