Features Dashboard Security Reviews Pricing Download App
Developer Platform

API Reference

Integrate society management services, visitor systems, maintenance operations, resident modules, and smart security workflows using our secure enterprise-grade APIs.

Authentication API

Generate Access Token

Securely authenticate API requests using bearer token authorization.

POST /api/v1/auth/token
{ "email": "admin@societyapp.com", "password": "your-password" }
Visitor Management API

Create Visitor Entry

Register and manage visitor access with OTP and QR verification support.

POST /api/v1/visitors/create
{ "visitor_name": "Rahul Sharma", "mobile": "+91XXXXXXXXXX", "flat_number": "A-302", "purpose": "Delivery" }
Resident API

Fetch Resident Details

Retrieve resident profile and apartment information securely.

GET /api/v1/residents/{id}
Maintenance API

Generate Maintenance Invoice

Automate maintenance billing and payment workflows.

POST /api/v1/maintenance/invoice
Security API

Smart Gate Access Logs

Monitor real-time entry and exit activity across society premises.

GET /api/v1/security/logs