← Tools Reference

VerifiedEmail

VerifiedEmail integration (Communication, Marketing). Imported from open-connector.

API key6 toolshttps://api.verified.email
GET
verifiedemail_get_entitlements
Get VerifiedEmail verification credit entitlements for the account.

/v1/entitlements

GET
verifiedemail_verify_emails
Verify one to ten email addresses synchronously with VerifiedEmail.

/v1/verifications

1 parameter
ParamTypeRequiredDescription
emailsarrayrequiredOne to ten email addresses to verify.
GET
verifiedemail_list_lists
List VerifiedEmail verification lists with optional pagination and sorting.

/v1/lists

4 parameters
ParamTypeRequiredDescription
offsetintegeroptionalNumber of items to offset the result set by.
limitintegeroptionalNumber of items to return.
sortFieldstringoptionalField name to sort the result set by.
sortOrderstringoptionalSort order for the result set.
GET
verifiedemail_get_list
Get one VerifiedEmail verification list by ID.

/v1/lists/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe VerifiedEmail resource ID.
GET
verifiedemail_list_downloads
List VerifiedEmail download requests with optional pagination and sorting.

/v1/downloads

4 parameters
ParamTypeRequiredDescription
offsetintegeroptionalNumber of items to offset the result set by.
limitintegeroptionalNumber of items to return.
sortFieldstringoptionalField name to sort the result set by.
sortOrderstringoptionalSort order for the result set.
GET
verifiedemail_get_download
Get one VerifiedEmail download request by ID.

/v1/downloads/{id}

1 parameter
ParamTypeRequiredDescription
idstringrequiredThe VerifiedEmail resource ID.