Logo
Logo

PRODUCTS

TOOLS

pricing background

Node JsAPI Integration

api

SSL

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