Skip to main content

KISS API Documentation

Integrate smart storage access into your platform.
Authenticate tenants, manage units, and control NFC locks — all through a simple REST API.

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

Choose your integration path

White-Label App Integration

Build a tenant-facing mobile app with NFC lock access. Authenticate tenants via OTP, retrieve unit access and keys, and report lock activity back to KISS.

  • POST /auth/phone — Request OTP
  • POST /auth/verify-otp — Get bearer token
  • GET /tenant/access — Units, keys, entry points
  • POST /locks/{id}/logs — Report lock activity
Get started →

PMS Push Integration

Sync unit and tenant data from your property management system into KISS. One idempotent endpoint — push your current state and KISS reconciles everything.

  • POST /pms/units/sync — Bulk upsert units
  • Move-in = sync with occupied: true
  • Move-out = sync with occupied: false
  • Idempotent — safe to retry
Get started →