API Overview
Base URLs
Section titled “Base URLs”- Production API:
https://api.sicket.app - Local API:
http://localhost:8080
Canonical prefix
Section titled “Canonical prefix”Documented public-facing endpoints should now be treated as:
/api/v1/*
Compatibility note
Section titled “Compatibility note”The backend currently supports both:
/api/v1/*/api/*
The unversioned routes are compatibility aliases during migration.
New integrations should target:
/api/v1/*
Current areas
Section titled “Current areas”- authentication
- organizations and memberships
- buildings and residential units
- invitations and onboarding
- tickets, comments, notes, activity, attachments
- announcements
- notifications and preferences
- analytics
- AI-assisted support
- realtime server-sent events
Reference sources
Section titled “Reference sources”- Interactive API explorer: /api-reference
- Raw spec: /openapi/openapi.yaml
- API conventions: /api/conventions
- Error handling: /api/error-handling