GET
/
verify
/
batch
/
{id}
curl --request GET \
  --url https://apis.proofy.io/v1/verify/batch/{id}
{
  "status": "complete",
  "total": {
    "records": 1000,
    "bad_syntax": 2,
    "duplicates": 50,
    "billable": 948,
    "processed": 948
  }
}

Authorizations

api_key
string
query
required

Path Parameters

id
string
required

Response

200
application/json
Successful

The response is of type object.