v1
latestOpenAPI 3.1.02026-08-04127114.4 KBWebhook Configurations
Test Webhook
Test your webhook endpoint by triggering a sample payload. Useful for verifying your webhook receiver is working correctly.
The test payload varies by webhook type:
- ENRICHMENT_DATA: Sample enriched transactions payload
- ENRICHMENT_NOTIFICATION: Sample batch notification with batch_request_id
- USER_TAGS_DATA: Sample user tags payload with created/deleted/modified arrays
- USER_TAGS_NOTIFICATION: Sample notification with guid
- INSIGHTS: Sample finsights array
All test webhooks include the X-Webhook-Verification header for signature verification testing.
post/webhook-configurations/test
Request body
Example request
{
"callback_url": "https://your-server.com/webhooks/enrichment"
}Response
Test webhook result.
Example response
{
"success": true,
"status": 200,
"message": "Test webhook sent successfully"
}