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 }
Documentation IndexFetch the complete documentation index at: https://docs.omniverifier.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.omniverifier.com/llms.txt
Use this file to discover all available pages before exploring further.
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