--- title: "How can I generate test webhook events for development?" slug: "how-can-i-generate-test-webhook-events-for-development" updated: 2026-01-05T18:35:04Z published: 2026-01-05T18:35:04Z canonical: "docs.claim.md/how-can-i-generate-test-webhook-events-for-development" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.claim.md/llms.txt > Use this file to discover all available pages before exploring further. # How can I generate test webhook events for development? **Question:** How can I trigger webhook events to test my development or staging endpoint? **Answer:** To generate test webhook events, you can use the provider enrollment workflow through the Claim.MD API: 1. Submit a **provider enrollment request** using the Claim.MD API. 2. Use the **one-time URL** returned by that API call to complete a **dummy enrollment**. Once the dummy enrollment is submitted, Claim.MD will send a webhook event to your configured endpoint indicating that the enrollment has been completed. This allows you to verify that your webhook handler, processing logic, and logging are working correctly end to end. The **Webhook API documentation** includes examples of the event payloads that are returned: [https://api.claim.md/#/paths/Webhook/post](https://api.claim.md/#/paths/Webhook/post)