Websites - Protected

Protected Check Ssl Status

Verify the real HTTPS state of the website's public www domain.

Checks that www.<domain> is registered as an Alternate Domain Name on the site's CloudFront distribution AND that the distribution's attached ACM cert is ISSUED and covers it. This is the authoritative "is SSL working" answer — it does NOT check the EC2 apex Let's Encrypt cert, which says nothing about the CloudFront www path and previously caused a false "Certificado SSL encontrado" while the site was actually down.

get/api/websites/{website_id}/ssl-status

Path parameters

website_idinteger required

Headers

x-api-tokenstring nullable

Response

Successful Response

{"stackTrail":"paths:/api/websites/{website_id}/ssl-status:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes