Add emails to an existing catchall list
cURL
curl --request POST \ --url https://api.omniverifier.com/v1/validate/catchall/{listId}/add \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "emails": [ "user@example.com", "test@domain.com" ] } '
{ "id": 12346, "count": 100 }
API key for authentication
List ID
Array of email addresses to add
1 - 10000
["user@example.com", "test@domain.com"]
Successfully added emails to list
12346
Number of emails added
100