-
Notifications
You must be signed in to change notification settings - Fork 2
API Reference
Ross Nicholson edited this page Jun 28, 2025
·
1 revision
-
POST /api/auth/register— Register a new user -
POST /api/auth/login— Login -
POST /api/auth/logout— Logout -
GET /api/auth/me— Get current user profile
-
GET /api/tickets— List all tickets -
POST /api/tickets— Create a new ticket -
GET /api/tickets/:id— Get ticket details -
PUT /api/tickets/:id— Update a ticket
-
GET /api/clients— List all clients -
POST /api/clients— Create a new client - ...
(Expand with request/response examples as you build out endpoints)