POST
/ticketsCreate support ticket
Creates a new support ticket for bug reports, feature requests, or general inquiries.
Request Body
Bodyapplication/json
| Field | Type | Notes |
|---|---|---|
type | string | required enum: BUG | FEATURE | OTHER | TASK_ERROR |
priority | string | required enum: LOW | NORMAL | HIGH |
subject | string | required |
email | string (email) | required |
appName | string | |
details | string | required |
GET
/ticketsList user tickets
Returns all support tickets submitted by the authenticated user.
No request parameters
GET
/tickets/{ticketId}Get ticket details
Returns detailed information for a support ticket including status, type, priority, and submission details.
Parameters
ticketIdpathrequiredPOST
/tickets/{ticketId}/messagesAdd message to ticket
Adds a new message to an existing support ticket.
Parameters
ticketIdpathrequiredRequest Body
Bodyapplication/json
| Field | Type | Notes |
|---|---|---|
message | string | required |