Discussions
Authorization and Token process via non-browser implementation
5 months ago by Mukandila Mukandila
Hello,
We're attempting to complete the whole authentication and authorization process to obtain the bearer token as described in your documentation (https://roserocket.readme.io/docs/rose-rocket-api-oauth-20-authentication-guide)
We noticed that when attempting to obtain the code
to obtain the bearer token, we are redirected to the redirect_uri
value that was set. Is this the only way to obtain a bearer token from Rose Rocket or is there another API endpoint that only requires the client_id
and client_secret
as parameters?
Thank you.