HI every one
Im trying to request a permission in the follow way:
GET to => https://signin.infusionsoft.com/app/oauth/authorize
client_id: [MyClientId],
redirect_uri: [MyRedirectUrlConfiguredBefore]
response_type: code
scope: full
So, the full request is:
But its retrieves me an HTML page …
The question is: What im doing wrong ???
PD: I made the request with postman
Thanks in advance !!!