I am having problems trying to do the above.
Documentation for the token request is here:
https://bitbucket.org/ikegps/office-api/src/master/
It is requiring a application/x-www-form-urlencoded content-type.
I have setup the HTTPCaller like this:
The 'mulitpart' upload also includes the additional fields from their doc for 'audience', 'username' and 'password'.
I used the example Curl command in Windows list on their docs and was able to get a token.
I am getting a '401 error' running this in a workspace.
Any help on this or suggestions would be greatly appreciated. I have been fighting with it for a while, and have searched for examples/help here, but haven't gotten it to work.