Sent when SSL certificate validation for a custom domain times out.
{
"type": "CERTIFICATE_VALIDATION_TIMED_OUT",
"content": {
"tenant_id": "ten_4zRSFOpQgYuTciT6dl5qIe1k8Pd",
"custom_domain": "app.example.com"
}
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response
{
"type": "CERTIFICATE_VALIDATION_TIMED_OUT",
"content": {
"tenant_id": "ten_4zRSFOpQgYuTciT6dl5qIe1k8Pd",
"custom_domain": "app.example.com"
}
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}