API Documentation

Integrate TenantVerify into your property management software with our REST API.

Base URL

https://tenantverify.org/api/v1

All 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.

  1. Get your API key from your dashboard
  2. Send a POST request to create a verification
  3. The tenant receives an email with a secure verification link
  4. 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
  }'

Ready to integrate?

API access is available on Pro and Business plans. Get started today.

Need help with the API? Contact us at support@tenantverify.org