Send A Test Webhook For A Network

POST {{baseUrl}}/networks/:networkId/webhooks/webhookTests

Send a test webhook for a network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: url| string| The URL where the test webhook will be sent sharedSecret| string| The shared secret the test webhook will send. Optional. Defaults to an empty string.

Request Body

{"url"=>"<string>", "sharedSecret"=>""}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: Created

{&quot;id&quot;:&quot;1234&quot;,&quot;url&quot;:&quot;https://www.example.com/path&quot;,&quot;status&quot;:&quot;enqueued&quot;}