cURL
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" }
Submits a list of emails for bulk verification.
["[email protected]", "[email protected]"]
Bulk email verification started successfully
"123e4567-e89b-12d3-a456-426614174000"