Create a new list for email deliverability verification
cURL
curl --request POST \ --url https://api.omniverifier.com/v1/validate/deliverable/new \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "emails": 1000, "title": "My deliverable verification list" } '
{ "id": 12345, "estimated_emails": 1000, "current_balance": 500 }
API key for authentication
Number of emails to be processed
x >= 1
1000
Optional list title
"My deliverable verification list"
Successfully created list
List ID
12345
Number of emails in the list
Remaining credit balance
500