PouchCare API
Backend API server for the PouchCare WorkStations frontend. The UI lives in PouchCare WorkStations/ and is served by Vite on http://localhost:5180.
Endpoints
| Method | Path |
|---|---|
| GET | /api/stats |
| GET | /api/stats/dashboard |
| GET,POST | /api/projects |
| GET,PATCH,DELETE | /api/projects/[id] |
| GET,POST | /api/tasks |
| GET,PATCH,DELETE | /api/tasks/[id] |
| GET | /api/domains |
| GET,PATCH,DELETE | /api/domains/[id] |
| GET,PATCH | /api/notifications |
| PATCH | /api/notifications/[id] |
| PATCH | /api/communications/[id] |
| GET,POST | /api/members |
| GET,PATCH,DELETE | /api/members/[id] |
| GET,POST | /api/branches |
| GET,PATCH,DELETE | /api/branches/[id] |
| GET,POST | /api/campaigns |
| GET,PATCH,DELETE | /api/campaigns/[id] |
| GET | /api/guest-posts |
| GET,PATCH,DELETE | /api/guest-posts/[id] |
| GET,POST | /api/target-pages |
| GET,PATCH,DELETE | /api/target-pages/[id] |
| GET,POST | /api/publishing-websites |
| GET,PATCH,DELETE | /api/publishing-websites/[id] |
| GET,POST | /api/content-reviews |
| GET,PATCH,DELETE | /api/content-reviews/[id] |
| GET,POST | /api/backlinks |
| GET,PATCH,DELETE | /api/backlinks/[id] |