Logo Data Hunter {store}

Check SSL Certificate

Connects to the domain via port 443 and retrieves SSL certificate details
Checker
Loading...
Current path: /tools/check/ssl

Available methods and their JSON schemas

get Check SSL Certificate
Checker

Connects to the domain via port 443 and retrieves SSL certificate details

JSON Document Schema:
{
  "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",
  "Parameters": [
    {
      "name": "domain",
      "in": "query",
      "description": "Domain to check",
      "required": true,
      "type": "string",
      "default": "google.com"
    }
  ]
}