cURL
curl --request GET \ --url https://api.mailerfuse.com/lists/verify \ --header 'x-api-key: <api-key>'
{ "status": "processing", "summary": { "deliverable": 80, "risky": 10, "undeliverable": 10 } }
Retrieves the verification status of a submitted email list.
The ID of the list to retrieve the status for.
"123e4567-e89b-12d3-a456-426614174000"
List status retrieved successfully
"processing"
Summary of verification results (if available)
{ "deliverable": 80, "risky": 10, "undeliverable": 10}