/webhooks-test
Send a test webhook delivery
Authorization
API-Key token<token>
API key authentication via header (token)
In: header
Request Body
application/json
Webhook test request
webhookId*string
The ID of the webhook to send a test delivery to
Response Body
application/json
curl -X POST "https://loading/./../api/v1/webhooks/test" \ -H "Content-Type: application/json" \ -d '{ "webhookId": "webhook_endpoint_id" }'{
"status": "Success",
"data": {
"webhookId": "webhook_endpoint_id",
"success": true,
"responseCode": 200,
"errorMessage": null,
"durationMs": 184
}
}Empty
Empty
Empty
Empty



