Přeskočit na obsah

Detect a One-Time Email Address

Tento obsah zatím není dostupný ve vašem jazyce.


Identifies Disposable (One-Time) Email Address using a list that is recently being updated.


GET/api/email/trash-mail-detector
Terminal window
https://api.cookie-api.com/api/email/trash-mail-detector


URL Parameters
emailemail address to be checked

curl --location 'https://api.cookie-api.com/api/email/[email protected]' \
--header 'Authorization: API_Key'

Responses
{
"is_trash_mail": true,
"success": true,
"errors": [],
"messages": []
}