GET /domain-ssl
Premium endpoint that returns SSL certificate and domain expiry fields.
Endpoint
GET
/sites/{site}/domain-ssl
This endpoint is specific to paid plans. The free plan returns 402, 404 if there is no data yet.
Response Diagram
| Field | Description |
|---|---|
ssl_not_after |
Expiry date of the certificate. |
ssl_last_checked_at |
The last time the SSL check worked. |
domain_expiry_at |
Domain registration end date. |
domain_status |
domain check result like ok, failed, unknown or unsupported_tld. |
domain_method |
The expected value for today is whois. |
Full Example
JSON
{
"ssl_not_after": "2026-04-01T12:00:00+00:00",
"ssl_last_checked_at": "2026-03-07T03:00:02+00:00",
"domain_expiry_at": "2026-07-15T00:00:00+00:00",
"domain_status": "ok",
"domain_method": "whois"
}