You are viewing an older version of the Snipcart documentation (2.x). View the latest version (3.x) →
Troubleshooting

Testing Webhooks

Health Check

You can optionally send a POST request to /actions/snipcart/test/check-health to verify that the Snipcart plugin is installed and capable of handling webhook requests. If all's well, the response will look like this:

{
  "status": "healthy"
}

Configure uptime tools like Pingdom, UptimeRobot and StatusCake to send a post check and verify a successful response.

Last updated: May 2, 2026, 3:24:33 PM