1. Authenticate every request
Send a Bearer token generated in the dashboard. Rotate keys anytime without downtime. All endpoints require HTTPS.
curl https://api.truemails.net/v1/verify \
-H "Authorization: Bearer sk_live_123" \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]","ip":"203.0.113.10"}'