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
| Method | Endpoint | Description |
|---|---|---|
POST | /api/v1/validate/email | Validate an email address |
POST | /api/v1/validate/phone | Validate 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