Connects to the domain via port 443 and retrieves SSL certificate details
{
"Path": "/tools/check/ssl",
"Method": "get",
"Tag": "Checker",
"Summary": "Check SSL Certificate",
"Description": "Connects to the domain via port 443 and retrieves SSL certificate details",
"consumes": null,
"Parameters": [
{
"name": "domain",
"in": "query",
"description": "Domain to check",
"required": true,
"type": "string",
"default": "google.com",
"x-load-url": null,
"x-link-child": null
}
]
}