Skip to main content
POST
/
lists
/
verify
Verify a list of emails
curl --request POST \
  --url https://api.mailerfuse.com/lists/verify \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "emails": [
    "[email protected]",
    "[email protected]"
  ]
}
'
{
  "list_id": "123e4567-e89b-12d3-a456-426614174000"
}

Authorizations

x-api-key
string
header
required

Body

application/json
emails
string<email>[]
required

Response

Bulk email verification started successfully

list_id
string
Example:

"123e4567-e89b-12d3-a456-426614174000"