Hello, I’m new to rest api calls, when I run this command I’m not getting any output:
curl -u myapikeyhere:X -H "Content-Type: application/json" -X GET -O 'https://mydomainhere.freshdesk.com/api/v2/tickets'
Substituting in the API key from my account and my company’s domain, the result is coming back as blank. If I add a -v onto the command I can see that it’s returning with a Status of 200 OK, which is what I’m expecting to see. However, I’m also expecting to see a list of tickets or some other information like is suggested in the API Reference document. For reference, I’m running this command in a BASH terminal, I don’t think this should make a difference but I thought it’s worth noting.
Any help is appreciated.