MongoDB
Online
Document database with auto-reconnect and user profiles
Le Piramidi Company
We are glad you are here. This is the official API gateway for Le Piramidi โ a secure, multilingual platform built to power our digital services with reliability and care.
Online
Document database with auto-reconnect and user profiles
Online
Cache client with exponential backoff retry
Online
Active connections: 0
Socket.io with JWT-protected handshake
Online
Max size: 5 MB (images), 20 MB (drawings)
Allowed: image/jpeg, image/png, image/gif, image/webp, image/bmp, image/tiff, image/heic, image/heif, image/avif
Core capabilities already implemented and ready for our products and teams.
Routes and channels exposed by this server.
| Method | Path | Description | Status |
|---|---|---|---|
GET |
/ |
Le Piramidi welcome page | Live |
GET |
/health |
Liveness and dependency health dashboard | Live |
POST |
/api/v1/auth/register |
Create a new user account | Live |
POST |
/api/v1/auth/login |
Authenticate and receive a JWT access token | Live |
GET |
/api/v1/auth/me |
Return the authenticated user profile | Live |
POST |
/api/v1/auth/users |
Admin-only user creation with role assignment | Live |
GET |
/api/v1/users |
Admin-only list of all users | Live |
GET |
/api/v1/users/:id |
Fetch a user profile (self or admin) | Live |
PATCH |
/api/v1/users/:id |
Update user profile with role-based field policies | Live |
DELETE |
/api/v1/users/:id |
Admin-only soft delete (deactivate user) | Live |
GET |
/api/v1/projects |
List projects (all for admin, assigned for workers) | Live |
POST |
/api/v1/projects |
Admin-only project creation with geofence bounds | Live |
GET |
/api/v1/projects/:id |
Fetch a project by id | Live |
PATCH |
/api/v1/projects/:id |
Admin-only project update | Live |
DELETE |
/api/v1/projects/:id |
Admin-only project deletion | Live |
GET |
/api/v1/vehicles |
List fleet vehicles | Live |
POST |
/api/v1/vehicles |
Admin-only vehicle registration | Live |
PATCH |
/api/v1/vehicles/:id |
Admin-only vehicle update | Live |
DELETE |
/api/v1/vehicles/:id |
Admin-only vehicle deletion | Live |
GET |
/api/v1/worker/shifts |
List daily shift assignments for the active worker | Live |
GET |
/api/v1/worker/shifts/reports |
Completed shift report archive for the active worker | Live |
POST |
/api/v1/files/profiles |
Authenticated avatar upload with WebP compression | Live |
GET |
/api/v1/files/:category/:filename |
Authenticated secure file streaming by category | Live |
WS |
/socket.io |
Real-time channel โ pass Bearer JWT in handshake | Live |
Monitor service health at GET /health or request JSON with ?format=json.
GET /health
ยท ?format=json