Documentation
POST/tickets
Create support ticket
Creates a new support ticket for bug reports, feature requests, or general inquiries.

Request Body

Bodyapplication/json
FieldTypeNotes
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/tickets
List 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

ticketIdpathrequired
string
POST/tickets/{ticketId}/messages
Add message to ticket
Adds a new message to an existing support ticket.

Parameters

ticketIdpathrequired
string

Request Body

Bodyapplication/json
FieldTypeNotes
message
string
required