API & Developer Resources

Looset is API-first. Every feature is accessible via REST API so you can integrate with your stack, power analytics, and automate workflows.

  • Resource-oriented REST API with predictable URLs and JSON responses.
  • Webhooks for events like leases signed, payments posted, and work orders updated.
  • Designed to work with your data warehouse, CRM, and internal tools.

Base URL

https://api.looset.com/v1

Live
GET /units
Authorization: Bearer YOUR_API_KEY

200 OK
{
  "data": [
    {
      "id": "unit_123",
      "building": "123 Main St",
      "status": "occupied"
    }
  ]
}

Why APIs Matter

Your property data shouldn't be locked in a closed system. Looset's open API lets you integrate with your existing stack—CRM, BI tools, data warehouses, and custom applications.

API Overview

Looset provides a RESTful API with JSON responses. All endpoints require authentication via API keys.

Base URL:
https://api.looset.com/v1

Example Endpoints

GET /units
List all units
GET /tenants
List all tenants
POST /work-orders
Create a work order
GET /events
Stream real-time events