cURL
curl --request POST \ --url https://api.verisecid.com/v1/kyc/webhooks/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "workspaceId": "<string>" } '
{ "ok": true, "status": 123, "error": "<string>" }
Sends a test event to the workspace-configured webhook URL. Returns 200 with an { ok } indicator regardless of delivery outcome.
{ ok }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Delivery attempted