Back to Help Center

API Integration

Automate verification with our REST API.

Use your API key from the Developers tab to authenticate requests.

cURL Request
curl -X POST https://api.unlimitedverifier.com/v1/verify \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"email": "test@example.com"}'