Using Simulated Webhook

To test incoming webhooks, use the /simulate-webhook endpoint. This triggers a sample webhook for the specified order or invite ID, allowing you to quickly validate your webhook infrastructure and ensure your logic correctly retrieves and processes webhook data.

Please note that the data returned by the simulation is dynamically generated and may vary across requests, even for the same input. As a result, the mock data may not be consistent across different models or test runs.

Additionally, the webhook simulation feature is strictly for testing purposes and should not be used in production environments. While the simulated response mirrors the structure of a live API webhook, it does not contain real data and should only be used for testing and mock response generation during development.