Skip to main content
POST
/
v1
/
kyc
/
submissions
/
notify
Notify webhook delivery (internal)
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
}

Authorizations

Authorization
string
header
required

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

Body

application/json
sessionId
string
required

Response

200 - application/json

Fanout attempted

ok
boolean
required
delivered
boolean | null
status
integer | null