← Tools Reference

Clearout

Clearout integration (Marketing, Data). Imported from open-connector.

API key7 tools{base_url}
GET
clearout_get_available_credits
Get the current Clearout credit balance and daily verification limits.

/email_verify/getcredits

POST
clearout_verify_catch_all_email
Check whether an email address belongs to a catch-all domain.

/email/verify/catchall

2 parameters
ParamTypeRequiredDescription
emailstringrequiredEmail address to verify.
timeoutintegeroptionalRequest wait time in milliseconds.
POST
clearout_verify_disposable_email
Check whether an email address belongs to a disposable email service.

/email/verify/disposable

2 parameters
ParamTypeRequiredDescription
emailstringrequiredEmail address to verify.
timeoutintegeroptionalRequest wait time in milliseconds.
POST
clearout_verify_free_account_email
Check whether an email address belongs to a free email provider.

/email/verify/free

2 parameters
ParamTypeRequiredDescription
emailstringrequiredEmail address to verify.
timeoutintegeroptionalRequest wait time in milliseconds.
POST
clearout_verify_role_account_email
Check whether an email address is a role-based account.

/email/verify/role

2 parameters
ParamTypeRequiredDescription
emailstringrequiredEmail address to verify.
timeoutintegeroptionalRequest wait time in milliseconds.
POST
clearout_verify_gibberish_email
Check whether an email address looks like a gibberish account.

/email/verify/gibberish

2 parameters
ParamTypeRequiredDescription
emailstringrequiredEmail address to verify.
timeoutintegeroptionalRequest wait time in milliseconds.
POST
clearout_verify_business_account_email
Check whether an email address belongs to a business account.

/email/verify/business

2 parameters
ParamTypeRequiredDescription
emailstringrequiredEmail address to verify.
timeoutintegeroptionalRequest wait time in milliseconds.