cURL
curl --request POST \ --url https://api.getnimbus.io/events/webhooks/{id}/test
{ "data": { "message": "Test webhook executed successfully" } }
Simulates a webhook event and sends a hardcoded transaction to the specified webhook URL.
The ID of the webhook to update
Test webhook executed successfully
The response is of type object.
object