You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST https://engage.ringcentral.com/api/auth/login/rc/accesstoken
Content-Type: application/x-www-form-urlencoded
rcAccessToken=<rcAccessToken>&rcTokenType=Bearer
But as I tested, specifying rcAccessToken=<rcAccessToken>&rcTokenType=Bearer as query parameter works too.
Is it by design or legacy issue?
It works for some extensions but not all
For my account(direct number 1650641xxxx), it works
For 1720386xxxx*11115 it does not work. The error message is:
{"message":"Invalid argument supplied [Please specify a valid platform!]","detail":"Please specify a valid platform!","status":409,"statusDetail":"CONFLICT"}
The text was updated successfully, but these errors were encountered:
https://engage-voice-api-docs.readthedocs.io/en/latest/authentication/auth-ringcentral/
form-urlencoded vs query parameter
The docs says
But as I tested, specifying
rcAccessToken=<rcAccessToken>&rcTokenType=Bearer
as query parameter works too.Is it by design or legacy issue?
It works for some extensions but not all
For my account(direct number 1650641xxxx), it works
For 1720386xxxx*11115 it does not work. The error message is:
The text was updated successfully, but these errors were encountered: