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