Hi All,
I am quite new to Alteryx and am looking to use the download tool to access the foresee API which uses the Oauth 2.0 protocol.
Here is a link to the instructions provided by foresee
https://developer.foresee.com/docs/oauth2-client-credentials-flow
I have written a flow using these 3 items to feed the download tool
URL:
"https://api.foresee.com/v1/token?grant_type=client_credentials&scope=r_cx_basic"
Key
"Basic {Key}:"
Secret
"{Secret}"
I am using the URL in the basics tab on the download tool
and in the headers and using the Key and Secret fields.
and in payload using the POST option.. however i keep getting the below error:
{"timestamp":"2018-04-27T07:49:49.524+0000","status":401,"error":"Unauthorized","message":"Full authentication is required to access this resource","path":"/oauth2-server/oauth/token"}
Any help would be massively appreciated