Untitled

mail@pastecode.io avatarunknown
python
a month ago
235 B
1
Indexable
Never
url = "https://api.apilayer.com/temp_mail/domains"

payload = {}
headers= {
  "apikey": self.api_key
}

response = requests.request("GET", url, headers=headers, data = payload)

status_code = response.status_code
result = response.text