Skip to main content
WEBHOOK
certificate_validation_timed_out
{
  "type": "CERTIFICATE_VALIDATION_TIMED_OUT",
  "content": {
    "tenant_id": "ten_4zRSFOpQgYuTciT6dl5qIe1k8Pd",
    "custom_domain": "app.example.com"
  }
}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Body

application/json

Webhook event sent when SSL certificate validation times out.

type
string
required

The type of webhook event

Allowed value: "CERTIFICATE_VALIDATION_TIMED_OUT"
content
CertificateValidationTimedOutEventContent · object
required

The event payload

Response

Successful Response