Hi, I’m currently building out an api with python to download our Freshworks information. So far I’ve been able to snag Tickets, Companies and Agents information. but I was wondering if someone could point me to how I can grab ticket source codes and ticket status codes with the api?
I’ve tried messing with this and adding “Source” on the end to no avail.
https://[DOMAIN].freshdesk.com/api/v2/
any thoughts on how I can do this? Even if you show me how to get this to work in postman I can probably figure it out with python.