cURL
curl --request POST \ --url https://connect.pingback.com/v2/email-verification/{email} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "port": 25, "fqdn": "mail.example.org", "sender": "name@example.org", "timeout": 10000, "attempts": 3 } '
{ "message": "Email verified", "data": { "email": "example@email.com", "valid": true, "message": "Valid email (ignored SMTP verification" } }
Validação de endereços de e-mail e o retorno dos resultados da verificação.
Documentation IndexFetch the complete documentation index at: https://pingback.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://pingback.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Email verified
Show child attributes
Esta página foi útil?