API Documentation
Integrate TenantVerify into your property management software with our REST API.
Authentication
API keys and security
Endpoints
All available API endpoints
Webhooks
Real-time notifications
Error Codes
Error handling reference
Rate Limits
Plan limits and headers
Sandbox Mode
Test keys and test emails
Base URL
https://tenantverify.org/api/v1All endpoints are relative to this base URL.
Quick Start
Create your first income verification request in seconds. You'll need an API key from your dashboard settings.
- Get your API key from your dashboard
- Send a POST request to create a verification
- The tenant receives an email with a secure verification link
- Receive results via webhook or poll the GET /verify endpoint
curl -X POST https://tenantverify.org/api/v1/verify \
-H "Authorization: Bearer tv_live_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"tenant_email": "tenant@example.com",
"tenant_name": "John Doe",
"property_address": "123 Main St, Apt 4B",
"monthly_rent": 2000
}'Need help with the API? Contact us at support@tenantverify.org