Skip to Content
API Reference

API Reference

The interactive API reference is hosted alongside the VerifNow API and is always up to date.

Base URL: https://api.verifnow.io/api/v1/validate Authentication: X-API-KEY: <your_api_key>

Interactive reference

You can also access the full API documentation directly at https://api.verifnow.io/docs.html.


Endpoints summary

MethodEndpointDescription
POST/api/v1/validate/emailValidate an email address
POST/api/v1/validate/phoneValidate a phone number

All endpoints accept a JSON body:

{ "value": "data_to_validate" }

Bulk (batch) validation is not yet available. Stay tuned for future updates.

Last updated on