Skip to main content
Solved

Freshdesk API for free users available

  • February 12, 2024
  • 2 replies
  • 388 views

Forum|alt.badge.img

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?

Best answer by Yusuf Ahmed

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

View original
Did this topic help you find an answer to your question?

2 replies

Forum|alt.badge.img
  • Author
  • Apprentice
  • 1 reply
  • February 13, 2024

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?


Yusuf Ahmed
Community Manager
Forum|alt.badge.img+7
  • Community Manager
  • 123 replies
  • Answer
  • February 21, 2024

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