Skip to main content
GET
/
catchall
/
list
/
{listId}
/
results
Get catchall list results
curl --request GET \
  --url https://api.omniverifier.com/v1/catchall/list/{listId}/results \
  --header 'x-api-key: <api-key>'
{
  "results": [
    {
      "email_nominal": "[email protected]",
      "status": "good",
      "reason": "Low catchall probability",
      "is_catchall": false,
      "score": 0.1,
      "provider": "gmail"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

listId
string
required

The list identifier returned from the bulk catchall submission endpoint

Response

Successfully retrieved list results

results
object[]