Add An HTTP Server To A Network
POST {{baseUrl}}/networks/:networkId/webhooks/httpServers
Add an HTTP server to a network #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: name| string| A name for easy reference to the HTTP server url| string| The URL of the HTTP server sharedSecret| string| A shared secret that will be included in POSTs sent to the HTTP server. This secret can be used to verify that the request was sent by Meraki.
Request Body
{"name"=>"<string>", "url"=>"<string>", "sharedSecret"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: Created
{"id":"ABC123","networkId":"N_123","name":"My HTTP server","url":"https://www.example.com/webhooks","sharedSecret":"foobar","payloadTemplate":"Meraki"}