pricing background

JavaScript API Integration

api

SSL

fetch("https://api.whoisfreaks.com/v1.0/ssl/live?apiKey=API_KEY&domainName=whoisfreaks.com&chain=true&sslRaw=true", {
  method: "GET",
})
  .then(res => res.text())
  .then(console.log)
  .catch(console.error);