Skip to Content
WebhooksTest Event

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

TEST

Response Body

{ "event": "TEST", "workflowName": "Basic Individual", "workflowId": null, "invitationId": null, "details": { "message": "This is a test message." } }

Fields

  • event: Always "TEST" for test events
  • workflowName: Name of the workflow (example value)
  • workflowId: Always null for test events
  • invitationId: Always null for test events
  • details.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