Skip to main content
POST
/
v1
/
kyc
/
webhooks
/
test
Trigger a test webhook
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>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
workspaceId
string
required

Response

200 - application/json

Delivery attempted

ok
boolean
required
status
integer | null
error
string | null