Test Event
The TEST event is used to verify that your webhook endpoint is configured correctly and can receive events from Smart KYC.
Event Type
TESTResponse Body
{
"event": "TEST",
"workflowName": "Basic Individual",
"workflowId": null,
"invitationId": null,
"details": {
"message": "This is a test message."
}
}Fields
event: Always"TEST"for test eventsworkflowName: Name of the workflow (example value)workflowId: Alwaysnullfor test eventsinvitationId: Alwaysnullfor test eventsdetails.message: Test message confirming the webhook is working
Usage
When you register a webhook URL, Smart KYC will automatically send a TEST event to verify your endpoint is reachable and responding correctly.
Response
Your webhook endpoint should return a 200 OK status code to acknowledge receipt of the test event.
Last updated on