Test webhook endpoint
Send a test event to a webhook endpoint to verify connectivity.
Send a test event to a webhook endpoint to verify connectivity.
ApiKeyAuth In: header
application/json
application/json
curl -X POST "https://commet.co/api/v1/webhooks/string/test"Send a test event to a webhook endpoint to verify connectivity.
Webhook endpoint public ID
{
"success": true,
"data": {
"success": true,
"deliveredAt": "2019-08-24T14:15:22Z"
}
}{
"success": false,
"error": {
"type": "validation_error",
"code": "string",
"message": "string",
"doc_url": "string",
"param": "string"
}
}