@this-npm-test-org/connection-smartmove
v0.1.3
Published
Tenant screening: credit reports, criminal background checks, eviction records, and income insights.
Readme
SmartMove (TransUnion) Connection
Connects your agent to SmartMove by TransUnion for tenant screening data. Pull screening request status, credit report summaries, criminal background check results, and eviction history. Read-only — screening requests initiated through SmartMove portal.
Authentication
API key.
api_key— SmartMove API key from your landlord dashboard
Endpoints
Screening Requests
GET /api/v1/screenings— List screening requests with status and applicant infoGET /api/v1/screenings/{id}— Get screening detail with report links
Credit Reports
GET /api/v1/screenings/{id}/credit— Get credit score range and recommendation
Criminal Background
GET /api/v1/screenings/{id}/criminal— Get criminal background check results
Eviction History
GET /api/v1/screenings/{id}/eviction— Get eviction history search results
Rules
- Rate limit: 30 requests/minute
- Read-only — screening initiation is done through SmartMove portal
- PII (SSN, full names) is never included in agent responses
- Credit report data shows score ranges, not exact scores (fair housing compliance)
- The agent provides approve/conditional/deny recommendations based on configured criteria
- All screening data access is logged to audit trail for FCRA compliance
