Commet
  • Precios
Iniciar SesiónRegistrarse
Create webhook endpoint POSTDelete webhook endpoint DELETEList webhook endpoints GETTest webhook endpoint POST
DocumentaciónRecursosConstruir con AIAPI ReferenceWebhooks

Test webhook endpoint

Send a test event to a webhook endpoint to verify connectivity.

List webhook endpoints GET

List webhook endpoints with cursor-based pagination.

POST
/webhooks/{id}/test

Authorization

ApiKeyAuth
x-api-key<token>

In: header

Path Parameters

id*string

Response Body

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"
  }
}