POST
/v1/sessions/quick-loginCreates a role-scoped session
PropPilot
API documentation
Endpoint catalogue
Session management, permissions, requests, training, profile settings, and reporting are represented with production-style request and response shapes.
{
"requestId": "req_1007",
"status": "In Progress",
"permission": "granted",
"events": [
"rule.priority.escalated",
"notification.manager.sent",
"audit.timeline.created"
]
}/v1/sessions/quick-loginCreates a role-scoped session
/v1/requestsLists property requests with search, filters, and pagination
/v1/requests/{id}/statusUpdates workflow status after permission checks
/v1/requestsCreates a new resident or manager request
/v1/learning/coursesReturns role-specific LMS content
/v1/profile/settingsSaves user preference changes
Role-scoped tokens
Every request carries role and property scope.
Structured errors
Validation responses include field-level messages.
Audit-safe writes
Mutations create timeline events for traceability.