Skip to main content
Question

Issue with Accessing Deals from Freshworks Demo Account: { "errors": { "code": 403,"message": [ "You are not authorized to perform this operation." ] } }

  • October 31, 2023
  • 1 reply
  • 142 views

brayamcoy
Apprentice

Hello Community,

I am trying to get my deals from my Freshworks demo account, which is on a trial, using the URL of my organization and the API key generated from the following link: https://crmsupport.freshworks.com/en/support/solutions/articles/50000002503-how-to-find-my-api-key-


Here is the curl command I am using based on documentation:

https://developers.freshworks.com/crm/api/#deal_attributes

curl --location 'https://myorg.myfreshworks.com/crm/sales/api/deals' \ --header 'Authorization: Token token=mytoken' \ --header 'Content-Type: application/json'

However, when I make a GET request, I receive the following response:

 

{ "errors": { "code": 403, "message": [ "You are not authorized to perform this operation." ] } }

I have checked and it doesn't seem to be a role-related issue. I even tried adding another user with Administrator role, but it didn't resolve the problem. Can someone please help me with this?
 

Thank you!

Did this topic help you find an answer to your question?

1 reply

eeha0120
Skilled Expert
Forum|alt.badge.img+12
  • Skilled Expert
  • 738 replies
  • October 31, 2023

Hi.

If I understand correctly you are setting a FreshService Demo, and you are trying to integrate it with FreshCRM (FreshSales) (Demo too?)

Not sure if that is actually available in Demo instances. Some times demo instances have features disabled. I’d suggest to submit a case to support in order to get your instances checked.

 


Regards


Reply