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
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"1234","url":"https://www.example.com/path","status":"enqueued"}