Skip to main content
platform = SDK( CLIENT_ID,CLIENT_SECRET,SERVER_URL).platform()
platform.login(jwt=JWT_TOKEN)
resp = platform.get("/restapi/v1.0/account/~/extension/~/phone-number")


HTTPError: 403 Client Error: Forbidden for url: https://platform.devtest.ringcentral.com/restapi/v1.0/account/~/extension/~/phone-number


Checked ID, SECRET and JWT many times

What is the app client id? And the extension number which authenticated the app?


Reply