Question

Freshdesk API for free users available

  • 12 February 2024
  • 2 replies
  • 52 views

Badge

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?


2 replies

Badge

Ok, in the meantime I realized that I read the old documentation and the new API is at least available. But I directly get the error 429 with a waiting time of an hour. I got that response with my first request. Is this normal or a sign that free users do not have access to the API?

Userlevel 3
Badge +3

Hi @dkusch 

Welcome to Freshworks community! The option to use API is available from paid plan onwards. Please refer https://developers.freshdesk.com/api/#ticket_attributes for the list of calls that we support in Freshdesk. 

 

Happy Freshdesking!

Regards,

Yusuf Ahmed

Reply