Resources

Email verification API guide

Base URL: https://api.nexiphorverifier.com. Create a key in the dashboard (when API keys are enabled for your account) or use a sandbox nxv_test_ key.

Single: POST /api/v1/verify/single with {"email":"user@example.com"}. Add ?wait=true to block until complete (or 202 if it still needs polling). Bulk stays async.

Next

Endpoint list, webhooks, export tokens, and SDK install commands live on /docs. Intent page: email verification API.