Base URL
https://api.keepitsimplestorage.com/api/v1Choose 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 OTPPOST /auth/verify-otp— Get bearer tokenGET /tenant/access— Units, keys, entry pointsPOST /locks/{id}/logs— Report lock activity
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