Local backend ยท port 4000
PROJECT FINDER API
Project Finder Outreach Desk backend. This is the API, not the admin UI.
Admin UI
https://docker-learning.plan-it.pro
JSON envelope: http_status_code, http_status_msg, success, data, message, timestamp
| Method | Path | Access | Purpose |
|---|---|---|---|
GET |
/ |
Public | This service info page |
GET |
/health |
Public | Liveness check |
POST |
/api/auth/login |
Public | Admin login |
GET |
/api/auth/me |
Auth | Current session |
GET |
/api/dashboard |
Auth | Overview totals |
GET |
/api/campaigns |
Auth | Campaign list and create |
GET |
/api/jobs |
Auth | Scrape job queue |
GET |
/api/leads |
Auth | Qualified and scraped leads |
GET |
/api/mailbox |
Auth | Gmail status and inbox |
GET |
/api/outreach |
Auth | Draft, send, approve mail |
GET |
/api/tasks |
Auth | Human review queue |
GET |
/api/meetings |
Auth | Suggested and booked meetings |
POST |
/api/public/unsubscribe |
Public | Public unsubscribe |
GET |
/api/live/stream |
Auth | SSE live job and lead events |