- Edited
Hello,I'm trying to create a ticket using the API. I'm following this guide:http://tmib.net/using-osticket-1812-apiI get the error:"Unable to create a Ticket"Here are the details of my setup:osTicket v1.9.12osTicket server URL: https://mydomain.edu/proves/scp/API key and IP: created and configuredServer from where I'm trying to create the ticket:Windows Server using IIS (Internet Information Service) web server. Using the php script provided in the previous tutorial.I tryied several URL without success:https://mydomain.edu/proves/scp/api/tickets.jsonhttps://mydomain.edu/proves/scp/api/http.php/tickets.jsonhttps://mydomain.edu/proves/api/http.php/tickets.json(...)Here I can see the logs but there are no logs related to my API tests:https://mydomain.edu/proves/scp/logs.phpThere is no error description or code so that I'm stuck. Is there a way I could test the JSON query from the browser in order to isolate the error?Thanks.