Untitled
unknown
python
2 years ago
235 B
5
Indexable
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
Editor is loading...