Skip to main content
POST
/
v1
/
api
/
webhooks
/
didit
/
status-update
Handle Didit KYC status update
curl --request POST \
  --url http://localhost:3091/v1/api/webhooks/didit/status-update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '"<string>"'
"<string>"

Authorizations

Authorization
string
header
required

JWT access token from POST /v1/api/auth/login

Headers

x-didit-signature
string
x-didit-timestamp
string

Body

application/json

The body is of type string.

Response

Webhook processed successfully

The response is of type string.