
SSL Checker Api
The SSL Checker API provides an easy and reliable way to programmatically check the SSL certificate status of any domain. Whether you're building a monitoring tool, automating security checks, or simply ensuring your websites never suffer from expired certificates, this API helps you stay ahead.
Quick Start
Subscribe to get instant API access with your unique API key.
Available Endpoints
Request Parameters
API URL
Please subscribe to see the API URL
Headers
X-Api-Key
Query Parameters
hostname(Required)
port(Optional)
Please subscribe to see the actual API URL
import axios from 'axios';
const url = '{API_URL}';
const { data } = await axios.get(url, {
headers: { 'X-Api-Key': 'YOUR_API_KEY' }
});