test_webhook

Function test_webhook 

Source
pub async fn test_webhook(
    __arg0: State<WebhookTestState>,
    __arg1: Json<TestWebhookRequest>,
) -> Result<Json<TestWebhookResponse>, StatusCode>
Expand description

Test a webhook by sending a request

POST /api/v1/webhooks/test