Skip to main content
The Lanten REST API lets you read and write tenants, units, landlords, contractors, and work orders programmatically.

Base URL

https://app.lanten.ai/api/open/v1

Authentication

All requests require an Authorization header with your API key:
Authorization: Bearer YOUR_API_KEY
See Authentication for details on generating a key.

Response format

All responses are JSON. Successful responses return a 200 status code. Errors return an appropriate 4xx or 5xx status with a JSON body:
{
  "error": "Not found",
  "message": "Issue with id iss_01HXYZ does not exist"
}

Resources

Tenants

Manage tenant records and contact details.

Units

Manage property units and addresses.

Landlords

Manage landlords (property owners).

Contractors

Manage contractors (tradespeople).

Work orders

Create, retrieve, update, and manage maintenance work orders.