Skip to main content
Question

I am trying retrieve a call log

  • March 29, 2018
  • 3 replies
  • 564 views

I am using in sand box the following:


I am getting this error.


{


"errorCode": "InsufficientPermissions", "message": "In order to call this API endpoint, application needs to have [ReadCallLog] permission", "errors": [ { "errorCode": "CMN-401", "message": "In order to call this API endpoint, application needs to have [ReadCallLog] permission", "permissionName": "ReadCallLog" } ], "permissionName": "ReadCallLog" }


I was using ~ because I I do not know where to find my account Id?

3 replies

  • Participating Frequently
  • March 30, 2018
Hi Bill,

As the error dictated, you need to open the app and add the "ReadCallLog" permission then try again.

If you don't know how to add permissions to your app. Please read this getting started doc (Section "Create your App" step 5.)

https://developer.ringcentral.com/library/getting-started.html

Kind regards,
Phong

  • Participating Frequently
  • June 13, 2022

Hi Paco-vu.

I did already, but I am keeping an error below.

{ "errorCode": "InsufficientPermissions", "message": "In order to call this API endpoint, one of the following permissions [ReadCompanyCallLog] have to be granted to the authorized user.", "errors": [ { "errorCode": "CMN-408", "message": "In order to call this API endpoint, one of the following permissions [ReadCompanyCallLog] have to be granted to the authorized user.", "permissionsName": "ReadCompanyCallLog" } ], "permissionsName": "ReadCompanyCallLog"}


I allowed ReadCallLog permission to my app, but I am getting an error below when I test api using Postman. I will use this api in my PHP.

But for now, api is not working on Postman, so I don't believe this api will work in my PHP.

Please see this.

https://prnt.sc/UDJ-YWFmJrEK


I am not clear why it keeps an error above.

Please let me know. Please help me!!

Thanks.


  • June 13, 2022