API Documentation

Build with DexTrue’s Email & Identity Verification API. Fast, secure, developer-first.

Quickstart

Authenticate with your API key and verify an email:

curl -X POST "https://api.dextrue.com/v1/verify" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"email":"user@example.com"}'
        

Endpoints

POST /v1/verify

Verify a single email address in real-time.

POST /v1/bulk-verify

Submit a batch of emails for async verification.

GET /v1/status/:jobId

Check status/results of a bulk verification job.

Authentication

Use your API key in the Authorization header:

Authorization: Bearer YOUR_API_KEY

Sample Response

{
  "email": "user@example.com",
  "status": "valid",
  "domain": "example.com",
  "is_disposable": false,
  "mx_records_found": true,
  "confidence": 0.98
}

Need help?

Read the full developer guide or reach our support team.

Contact Support