Hi,
currently I try to integrate Freshdesk in a chat application using the REST api. To do not spam our productive system for the tests, I set up a new freshdesk account and have chosen the FREE version.
I tried to first get the list of available tickets according the example curl command:
curl -v -u user@yourcompany.com:test -H "Content-Type: application/json" -X GET "https://domain.freshdesk.com/helpdesk/tickets/filter/all_tickets?format=json&page=1"
But this does not work. So the question is, is the REST API not working in the free version of Freshdesk?