JSFiddle - React, Tailwind, and code Playground

by eget teteete

JavaScript

fetch("https://privatix-temp-mail-v1.p.rapidapi.com/request/mail/id/%7Bmd5%7D/", {
    "method": "GET",
    "headers": {
      "x-rapidapi-host": "privatix-temp-mail-v1.p.rapidapi.com",
      "x-rapidapi-key": "SIGN-UP-FOR-KEY"
    }
  })
  .then(response => {
    console.log(response);
  })
  .catch(err => {
    console.log(err);
  });