Send test event
POST https://www.digicert.com/services/v2/webhook/test-endpoint
Use this endpoint to send a test event to a webhook endpoint. The test event verifies CertCentral can communicate with the endpoint where your webhook listener is hosted. Your endpoint should respond to the test event with an HTTP status code of 200 OK. The test event has this format:
{ "event": "test_webhook_endpoint" }
Example requests and responses
Request parameters
Name | Opt/Req | Type | Description |
---|---|---|---|
endpoint | required | string | Endpoint URL where your webhook listener is hosted. |
Error cases
Status | Code | Description |
---|---|---|
400 | webhook_invalid_endpoint | The provided endpoint is not valid. Make sure the endpoint begins with https:// and try again. |
400 | webhook_endpoint_error | The provided endpoint is not responding or accepting requests. Make sure your webhook listener is configured correctly and try again. For more information, see Webhook endpoint requirements. |