POST
/
events
/
webhooks
/
{id}
/
test
curl --request POST \
  --url https://api.getnimbus.io/events/webhooks/{id}/test
{
  "data": {
    "message": "Test webhook executed successfully"
  }
}

Path Parameters

id
string
required

The ID of the webhook to update

Response

200
application/json
Test webhook executed successfully
data
object