To submit a ticket, use the following GET request format:

GET /TicketSubmission HTTP/1.1

Steps to Submit a Ticket 📝

  1. Prepare Details

    • Include required parameters: ticket_type, description, priority
    • Example: ticket_type=bug&description=App_crash_on_login&priority=high
  2. Attach Files
    Use file_upload parameter for logs or screenshots
    ⚠️ Supported formats: .txt, .zip, .png

  3. Submit Request
    Click the 📤 button or send the request to our server
    ✅ Confirmation: HTTP 202 Accepted

For advanced options, visit the API documentation 🔗

Ticket Submission Icon