Skip to Content
API ReferenceOverview

API Reference

The Onoots Proptech API. HTTPS, JSON request and response. Every endpoint (except the public listings routes) requires Authorization: Bearer <jwt> and is scoped to your brokerage by row-level security (RLS).

API groups

GroupDescription
AuthenticationBearer tokens (Supabase), roles, and RLS
LeadsCreate, claim, and convert leads
ListingsPublic and dashboard listings · ask-agent
DealsDeal pipeline
ComplianceDocument upload and approval
Earnings & CapCommissions, cap, and equity
Brokerage AdminBrokerage settings
Buyer DeskBuyer briefs + gates (bilateral marketplace)
Read APIRead-only tools (MCP)

Conventions

  • AuthenticationAuthorization: Bearer <jwt> (see Authentication).
  • Errors — JSON with an error field + the matching HTTP status.
  • Paginationpage / per_page where applicable.
  • Scope — RLS scopes every response to your role and brokerage.
Last updated on