cURL
curl --request POST \ --url https://apis.proofy.io/v1/verify/batch/create \ --header 'Content-Type: application/json' \ --data '{ "emails": [ "test@example.com", "hello@domain.com" ] }'
{ "status": "parsing", "id": "e29bec0d-c534-493d-9c86-f44b0e2c2617" }
Verifies one or multiple emails in a batch
Successful
The response is of type object.
object