Hello all!
I have some issue with freshsales suite API. I need to get the list of all contacts in my CRM. But even when using the right api key, I got a 403 permission error, though I am an account administrator of the CRM
Here is a screenshot of the request (code curl -H "Authorization: Token token=*****" -H "Content-Type: application/json" -X GET "https://domain.myfreshworks.com/crm/sales/api/contacts/view/3"
)
However, using the same key, I am able to view a contact and other admin tasks via the API (code
curl -H "Authorization: Token token=*****" -H "Content-Type: application/json" -X GET "https://domain.myfreshworks.com/crm/sales/api/contacts/17020129264"
):So what is the right way to get the list of all contacts in freshsales suite(freshsales suite) ?
Thank you!