Skip to main content
POST
/
catchall
/
{listId}
/
start
Start catchall list processing
curl --request POST \
  --url https://api.omniverifier.com/v1/validate/catchall/{listId}/start \
  --header 'x-api-key: <api-key>'
{
  "credits_deducted": 200,
  "remaining_balance": 1300
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

listId
string
required

List ID

Response

Successfully started list processing

credits_deducted
integer

Number of credits deducted

Example:

200

remaining_balance
integer

Remaining credit balance

Example:

1300