Hi
I am trying to get my access token using curl command. I looked at Question "https://devcommunity.ringcentral.com/ringcentraldev/topics/curl-command-for-requesting-access-token" but it is not working for me.
I am always getting : { "error" : "invalid_grant",
"error_description" : "Invalid resource owner credentials."
}
My credential are correct and also I tried with secret/access key and enoced it to base64 as well but for both the cases its throwing me the same above error.
If my credential are invalid I should not be able to login to web dashboard itself. I am bit confused here and not sure where I am going/doing wrong.
Thanks,
Pratap