Hi,
I am trying to implement a system where users can interact with their tickets without logging into the osTicket interface. Specifically, I want to:
Retrieve all ticket threads and ticket details for a user via the osTicket API.
Allow the user to reply to tickets directly through my application (without accessing the osTicket web interface).
Is this possible using the osTicket API? If yes, could someone guide me on the correct API endpoints or provide an example workflow for fetching ticket data and submitting replies programmatically?
Thank you!