cURL
curl --request POST \ --url 'https://apis.proofy.io/v1/verify/batch/create?api_key=' \ --header 'Content-Type: application/json' \ --data ' { "emails": [ "[email protected]", "[email protected]" ] } '
{ "status": "parsing", "id": "e29bec0d-c534-493d-9c86-f44b0e2c2617" }
Verifies one or multiple emails in a batch
Successful