Skip to content

Check domain SSL​

GET
/api/domains/{id}/check

Authorizations​

ApiKeyHeader
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

id*
Type
integer
Required

Responses​

SSL check result

application/json
JSON
{
  
"domain": "string",
  
"valid": true,
  
"issuer": "string",
  
"expires": "string",
  
"subject": "string",
  
"days_remaining": 0,
  
"error": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI