Skip to content

API Reference

Ross Nicholson edited this page Jun 28, 2025 · 1 revision

API Reference

Authentication

  • 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

Tickets

  • 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

Clients

  • GET /api/clients — List all clients
  • POST /api/clients — Create a new client
  • ...

(Expand with request/response examples as you build out endpoints)

Clone this wiki locally