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