Create a resident-led inspection in RentCheck using an inspection template ID
domain: developers.getrentcheck.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Call GET v1/inspection-templates (or GET v1/inspection-templates/:id) to find the template ID for the inspection type you want to run
Build a POST v2/inspections request and set inspection_template_id to the template you selected instead of the deprecated inspection_type field
Include the resident and property references required by the endpoint so the inspection is assigned correctly
Submit the request and store the returned inspection ID for status tracking
Call GET v2/inspections or GET v1/inspections/:id with the inspection_template embed to confirm the template was applied
Known gotchas
inspection_type is deprecated in favor of inspection_template_id; deprecated fields are only guaranteed to keep working for a minimum of two months after their deprecation date
Templates must be created or customized via the RentCheck web app under Account > Inspection Templates before they can be referenced by ID via the API
Full endpoint parameters live in RentCheck's hosted API docs — confirm required resident/property fields there before going live
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?