Test Webhook
Send a test event to verify your webhook endpoint.
POST/v1/webhooks/{webhookId}/test
Path parameters
webhookIdUUIDrequiredThe webhook ID.
Response
Returns 200 OK with the test result.
successbooleanWhether the test was successful.
status_codenumberHTTP status code returned by the endpoint.
errorstringError message if the test failed.
If the endpoint is unreachable: