The correct Python snippet to receive a Meraki webhook request is the one that uses the @app.route decorator with the correct endpoint and accepts the POST method since webhooks typically send data using HTTP POST requests. In this case, Option D is set up to accept POST requests which align with how webhooks operate. References := ( Automating Cisco Enterprise Solutions Official Cert Guide )
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit