API Reference
The API documentation is being generated from our OpenAPI specification.
Quick Links
Available Endpoints
Authentication
POST /auth/login- User loginPOST /auth/logout- User logoutGET /auth/me- Get current userPOST /auth/refresh- Refresh access tokenPOST /auth/register- Register new user
Tickets
GET /tickets- List tickets with filteringPOST /tickets- Create a new ticketGET /tickets/{id}- Get ticket by IDPUT /tickets/{id}- Update ticketDELETE /tickets/{id}- Delete ticketPOST /tickets/{id}/assign- Assign ticket to userPUT /tickets/{id}/status- Update ticket statusGET /tickets/{id}/tasks- Get ticket tasksPOST /tickets/{id}/tasks- Create task for ticketGET /tickets/{id}/tasks/{taskId}- Get specific ticket task
Interactive API Documentation
For interactive API documentation, visit our API Playground where you can test endpoints directly.