Hi,
I`m willing to create REST API that will call RingCentral to obtain CallLogs (not live calls).
I use JWT token with this link to obtain access token:
https://platform.ringcentral.com/restapi/oauth/token
and it's all successful.I don't use RingCentral SDK because I use 3rd party tool to communicate with RingCentral.
So I have access token and my question is how/which API should be called to obtain my company calls?
My company number is +44204506xxxx
I have created Rest Api App on developer portal, I tried to use this api:
with production instance by clicking 'Try it out' but it gives me information that I don't have "ReadCompanyCallLog" permissions.
My questions are:
1. Do I use good API if I want to obtain list of call logs from my company number?
2. How can I add permissions to get this "ReadCompanyCallLog" - I'm developer admin on my account and I cannot perform this action
3. How I should place access token that I get from first call into next API calls (it should be in a header but with what key/property?)
Thanks in advance for any help in this topic.
© 1999-2024 RingCentral, Inc. All rights reserved.
Privacy Notice