Skip to main content

SSL Validity Period

GET 

/partner/certificate/ssl_valid_date/:user_domain_idx

Retrieve the validity period and issuer information of the SSL certificate for the specified domain.

Request

Responses

200Success
Response 200
{
"message": {
"key": "RES000000",
"value": "success"
},
"data": {
"webserver_domain": "example.com",
"cn": "example.com",
"valid_start_date": "2026-03-27 15:10:43",
"valid_end_date": "2026-06-25 15:10:42",
"issuer": "Let's Encrypt",
"signature_type": "RSA-SHA256"
}
}
Schema Details
FieldTypeDescription
messageobject
dataobject