I have used the view a contact API in the Freshsales suite, but I am getting the response in the HTML format. I have tried with postman also, but facing the same.
Kindly let me know the solution for this, I have added my curl code.
We put you in touch with the Freshsales team to take this conversation further. Please watch out for your inbox and let us know if you find a conclusion.
If you’re still encountering issues with this API response, you’ll need to update the Valid API URL.
The Freshsales Suite URL should follow this format:
https://***.myfreshworks.com/crm/sales/api/contacts/402086876857?include=sales_account
In your current API endpoint, you missed including “/crm/sales/” and used “1” as the contact ID. Instead, you need to provide the exact customer’s contact ID.
Once you update the URL endpoint to match the format above, you should receive the correct API response.