Hello,
I have been trying to simply get one of my applications to authorize so I can then use the token to make further api calls. I am using ColdFusion to make the REST call, here is how it is set up:
Coldfusion rest callWhen I run that call, I get a 403 Forbidden error. I checked permissions and I have full admin access so I dont know why its saying forbidden. The client id is correct as I directly copy it from the main page.
Does the redirect URL have to be anything specific? As of right now it is just a page that has text on it to let me know that the call was successful. I am not even able to get to the pop up box that lets the user approve or deny access.
Perhaps I am using the wrong url that is used for authorizing?
Any advice would be helpful.
Thanks!