DigitalNebi Available Paths
Live route index for www.digitalnebi.com. Admin routes require valid admin auth.
| Method | Path | Description |
|---|---|---|
| GET | / | Portfolio home |
| GET | /portfolio | Portfolio page |
| GET | /hire | Hire DigitalNebi page |
| GET | /jb/hire | Hire DigitalNebi page alias |
| GET | /jb/paths | Path index page |
| GET | /jb/resume | Consolidated resume page |
| GET | /jb/resume.pdf | Resume PDF download |
| GET | /jb/resume.doc | Resume DOC download |
| GET | /jb/proposal-template | Proposal template download |
| GET | /jb/outreach-scripts | Outreach scripts download |
| GET | /allhabesha.html | AllHabesha iOS install page |
| GET | /jb/allhabesha.html | AllHabesha iOS install page alias |
| GET | /allhabesha.plist | AllHabesha iOS OTA manifest |
| GET | /jb/allhabesha.plist | AllHabesha iOS OTA manifest alias |
| GET | /allhabesha.ipa | AllHabesha iOS IPA redirect |
| GET | /jb/allhabesha.ipa | AllHabesha iOS IPA redirect alias |
| GET | /listing-report | AllHabesha listing submissions report (web) |
| GET | /jb/listing-report | AllHabesha listing submissions report alias |
| GET | /listing-report.json | AllHabesha listing submissions report (JSON) |
| GET | /jb/listing-report.json | AllHabesha listing submissions report alias (JSON) |
| GET | /devices | Device tracker portal |
| GET | /devicesipa | DevicesIPA install page alias |
| GET | /jb/devicesipa | DevicesIPA install page alias |
| GET | /devices.html | DevicesIPA install page |
| GET | /jb/devices.html | DevicesIPA install page alias |
| GET | /devicesipa.html | DevicesIPA install page |
| GET | /jb/devicesipa.html | DevicesIPA install page alias |
| GET | /devicesipa.plist | DevicesIPA OTA manifest |
| GET | /jb/devicesipa.plist | DevicesIPA OTA manifest alias |
| GET | /devicesipa.ipa | DevicesIPA IPA redirect |
| GET | /jb/devicesipa.ipa | DevicesIPA IPA redirect alias |
| GET | /devices/api/health | Device tracker health |
| GET | /devices/api/client-config | Device tracker client config |
| PUT | /devices/api/client-config | Device tracker update client config |
| DELETE | /devices/api/client-config | Device tracker clear device config |
| POST | /devices/api/register-device | Device tracker register device |
| POST | /devices/api/locations | Device tracker ingest location |
| GET | /devices/api/locations | Device tracker location history |
| GET | /devices/api/devices | Device tracker device list |
| GET | /devices/api/last-locations | Device tracker latest locations |
| GET | /jb/id/dl-V | Driver license image alias |
| GET | /jb/id/maryland-dl-front | Driver license image legacy route |
| GET | /health | Health check |
| GET | /carousel | Public carousel feed |
| GET | /entities | Entities listing |
| POST | /entities | Create entity |
| PATCH | /entities/{entity_id} | Owner/guest edit entity |
| POST | /uploads/presign | Create upload presigned URL |
| POST | /notifications/register-device | Register push device token |
| POST | /payments/subscription-checkout-session | Create subscription checkout |
| GET | /payments/success | Payment success page |
| GET | /payments/cancel | Payment cancel page |
| GET | /payments/fallback | Payment fallback page |
| GET | /admin/items | Admin items list (auth required) |
| POST | /admin/items | Admin create item (auth required) |
| GET | /admin/items/{pk} | Admin read item (auth required) |
| PATCH | /admin/items/{pk} | Admin update item (auth required) |
| DELETE | /admin/items/{pk} | Admin delete item (auth required) |
| GET | /admin/stats | Admin stats (auth required) |
| POST | /admin/bulk | Admin bulk actions (auth required) |
| GET | /admin/ingestion/runs | Admin ingestion runs (auth required) |
| POST | /admin/ingestion/runs | Admin trigger ingestion (auth required) |
| GET | /admin/ingestion/runs/{run_id} | Admin ingestion run detail (auth required) |
| PATCH | /admin/ingestion/runs/{run_id} | Admin ingestion run update (auth required) |
| GET | /admin/ingestion/errors | Admin ingestion errors (auth required) |
| GET | /admin/users | Admin users list (auth required) |
| POST | /admin/users | Admin create user (auth required) |
| GET | /admin/users/{user_id} | Admin user detail (auth required) |
| PATCH | /admin/users/{user_id} | Admin update user (auth required) |
| DELETE | /admin/users/{user_id} | Admin delete user (auth required) |
| GET | /admin/me | Admin caller profile (auth required) |
| GET | /admin/audit | Admin audit log (auth required) |
| GET | /admin/carousel | Admin carousel list (auth required) |
| POST | /admin/carousel | Admin carousel create (auth required) |
| GET | /admin/carousel/{item_id} | Admin carousel detail (auth required) |
| PATCH | /admin/carousel/{item_id} | Admin carousel update (auth required) |
| DELETE | /admin/carousel/{item_id} | Admin carousel delete (auth required) |
| POST | /admin/notifications/send | Admin send push notification (auth required) |