I am currently working on integrating Freshsales with our product and facing an issue when trying to fetch Contact & Deal Data using the Freshsales API with an OAuth access token.
I have successfully obtained the access token using OAuth 2.0.When I use this token in the API request, I receive a "unauthorized" error.
However, when I call the same API endpoint using an API Token, I am able to retrieve contact and deal data successfully. Why does the API Token work, but the Access Token does not? Is this a valid access token?
