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

Documentation Index

Fetch the complete documentation index at: https://docs.getasset.com/llms.txt

Use this file to discover all available pages before exploring further.

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