
hi
I am getting an access token in the response on the first HTTP call. But when I pass that access token to the password field in the second HTTP call, I get a 401 response (unauthorised).
i know I am close with this. Maybe I need to send a scope or resource parameter in the Body of the first HTTP call?
I do have an App Registration with a client ID and secret with permissions to Azure DevOps.
Please help.
thank you !